Clarify reboot message
This commit is contained in:
parent
9cfcd4c618
commit
2aa37e519e
|
@ -386,8 +386,7 @@ function main_install_gentoo_in_chroot() {
|
||||||
einfo "Gentoo installation complete."
|
einfo "Gentoo installation complete."
|
||||||
[[ $USED_LUKS == "true" ]] \
|
[[ $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 "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 "You may now reboot your system."
|
||||||
einfo "Otherwise, you may now reboot your system."
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function main_install() {
|
function main_install() {
|
||||||
|
|
Loading…
Reference in New Issue