From 15ebb61d1dc5311fdd0410953e63ee02c1d691fe Mon Sep 17 00:00:00 2001 From: Mark D Horn Date: Thu, 18 Oct 2018 15:26:03 -0700 Subject: [PATCH] Fix the OS naming Update product name and text on install screen Signed-off-by: Mark D Horn --- autoinstall.expect | 2 +- encryption.expect | 2 +- ister_gui.py | 8 ++++---- maninstall.expect | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/autoinstall.expect b/autoinstall.expect index 1c92c29..cd20499 100755 --- a/autoinstall.expect +++ b/autoinstall.expect @@ -46,7 +46,7 @@ set timeout -1 # set env(https_proxy) 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.*" diff --git a/encryption.expect b/encryption.expect index dc17038..aa51ac8 100755 --- a/encryption.expect +++ b/encryption.expect @@ -46,7 +46,7 @@ set timeout -1 # set env(https_proxy) 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.*" diff --git a/ister_gui.py b/ister_gui.py index cdd15fc..a2db897 100644 --- a/ister_gui.py +++ b/ister_gui.py @@ -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 " \ @@ -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') @@ -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 ' \ diff --git a/maninstall.expect b/maninstall.expect index cf97f18..1d580bc 100755 --- a/maninstall.expect +++ b/maninstall.expect @@ -46,7 +46,7 @@ set timeout -1 # set env(https_proxy) 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.*"