Clarify reboot message

This commit is contained in:
oddlama 2021-06-01 03:27:02 +02:00
parent 9cfcd4c618
commit 2aa37e519e
No known key found for this signature in database
GPG Key ID: 14EFE510775FE39A
1 changed files with 1 additions and 2 deletions

View File

@ -386,8 +386,7 @@ function main_install_gentoo_in_chroot() {
einfo "Gentoo installation complete."
[[ $USED_LUKS == "true" ]] \
&& einfo "A backup of your luks headers can be found at '$LUKS_HEADER_BACKUP_DIR', in case you want to have a backup."
einfo "To chroot into the new system, simply execute the provided 'chroot' wrapper."
einfo "Otherwise, you may now reboot your system."
einfo "You may now reboot your system."
}
function main_install() {