diff options
author | John Estabrook <jestabro@vyos.io> | 2023-05-23 12:02:12 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2023-12-16 20:37:10 -0600 |
commit | a8f1ba3bb19de99f825525d3de98ec022c38d832 (patch) | |
tree | a277dc4e0eca236a1d803c9322ad97b7c048a372 /src/op_mode/image_installer.py | |
parent | 4f6713d44ebbbd2a5ec4a74642a3716cb07f2211 (diff) | |
download | vyos-1x-a8f1ba3bb19de99f825525d3de98ec022c38d832.tar.gz vyos-1x-a8f1ba3bb19de99f825525d3de98ec022c38d832.zip |
image: T4516: restore reboot reminder message
(cherry picked from commit a604d5d56d93a6958d879b838066bbe2df131bc5)
Diffstat (limited to 'src/op_mode/image_installer.py')
-rwxr-xr-x | src/op_mode/image_installer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op_mode/image_installer.py b/src/op_mode/image_installer.py index 32ec075e4..972faef8c 100755 --- a/src/op_mode/image_installer.py +++ b/src/op_mode/image_installer.py @@ -40,7 +40,7 @@ MSG_ERR_LIVE: str = 'The system is in live-boot mode. Please use "install image" MSG_ERR_NO_DISK: str = 'No suitable disk was found. There must be at least one disk of 2GB or greater size.' MSG_INFO_INSTALL_WELCOME: str = 'Welcome to VyOS installation!\nThis command will install the VyOS to your permanent storage.' MSG_INFO_INSTALL_EXIT: str = 'Exitting from VyOS installation' -MSG_INFO_INSTALL_SUCCESS: str = 'The image installed successfully' +MSG_INFO_INSTALL_SUCCESS: str = 'The image installed successfully; please reboot now.' MSG_INFO_INSTALL_DISKS_LIST: str = 'Were found the next disks:' MSG_INFO_INSTALL_DISK_SELECT: str = 'Which one should be used for installation?' MSG_INFO_INSTALL_DISK_CONFIRM: str = 'Installation will delete all data on the drive. Continue?' |