Skip to content

Commit

Permalink
Fix the OS naming
Browse files Browse the repository at this point in the history
Update product name and text on install screen

Signed-off-by: Mark D Horn <[email protected]>
  • Loading branch information
mdhorn authored and bryteise committed Oct 19, 2018
1 parent a0abe19 commit 15ebb61
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion autoinstall.expect
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ set timeout -1
# set env(https_proxy) <set proxy here, if necessary, and uncomment>
spawn /usr/bin/python3 /usr/bin/ister_gui.py --exit-after
match_max 100000
expect -re ".*Clear Linux OS for Intel Architecture Installer.*"
expect -re ".*Clear Linux. OS Installer.*"
send -- "\r"
send -- "\t"
expect -re ".*Network Requirements.*"
Expand Down
2 changes: 1 addition & 1 deletion encryption.expect
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ set timeout -1
# set env(https_proxy) <set proxy here, if necessary, and uncomment>
spawn /usr/bin/python3 /usr/bin/ister_gui.py --exit-after
match_max 100000
expect -re ".*Clear Linux OS for Intel Architecture Installer.*"
expect -re ".*Clear Linux. OS Installer.*"
send -- "\r"
send -- "\t"
expect -re ".*Network Requirements.*"
Expand Down
8 changes: 4 additions & 4 deletions ister_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1081,8 +1081,8 @@ class SplashScreen(ProcessStep):
"""
def __init__(self):
super(SplashScreen, self).__init__()
greeting = "The Clear Linux Project for Intel Architecture is a " \
"distribution built for various Cloud use cases. We want " \
greeting = "The Clear Linux* project is a distribution built for " \
"cloud, client, and IoT use cases. We want " \
"to showcase the best of Intel Architecture technology " \
"and performance, from low-level kernel features to " \
"complex applications that span across the entire OS " \
Expand Down Expand Up @@ -1126,7 +1126,7 @@ def build_ui_widgets(self):

def build_ui(self):
self._ui = SimpleForm(
u'Clear Linux OS for Intel Architecture Installer',
u'Clear Linux* OS Installer',
self._ui_widgets, buttons=["Next"], align_title='center')


Expand Down Expand Up @@ -1947,7 +1947,7 @@ class TelemetryDisclosure(ProcessStep):
"""UI to accept telemetry"""
def __init__(self, cur_step, tot_steps):
super(TelemetryDisclosure, self).__init__()
self._msg_prefix = 'Allow the Clear Linux OS for Intel Architecture ' \
self._msg_prefix = 'Allow the Clear Linux* OS ' \
'to collect anonymous reports to improve system ' \
'stability? These reports only relate to ' \
'operating system details - no personally ' \
Expand Down
2 changes: 1 addition & 1 deletion maninstall.expect
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ set timeout -1
# set env(https_proxy) <set proxy here, if necessary, and uncomment>
spawn /usr/bin/python3 /usr/bin/ister_gui.py --exit-after
match_max 100000
expect -re ".*Clear Linux OS for Intel Architecture Installer.*"
expect -re ".*Clear Linux. OS Installer.*"
send -- "\r"
send -- "\t"
expect -re ".*Network Requirements.*"
Expand Down

0 comments on commit 15ebb61

Please sign in to comment.