diff options
author | John Estabrook <jestabro@vyos.io> | 2023-05-23 12:02:12 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2023-11-15 11:29:04 -0600 |
commit | a604d5d56d93a6958d879b838066bbe2df131bc5 (patch) | |
tree | d698afa13dc9b99eab4d98e64bd6ccd30c6ed85b /src | |
parent | d88168b8e26e46d512e3b175cd2eacecae0e596a (diff) | |
download | vyos-1x-a604d5d56d93a6958d879b838066bbe2df131bc5.tar.gz vyos-1x-a604d5d56d93a6958d879b838066bbe2df131bc5.zip |
image: T4516: restore reboot reminder message
Diffstat (limited to 'src')
-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?' |