From 2aa37e519ef172c1e63b58a284812b171a2a05b5 Mon Sep 17 00:00:00 2001 From: oddlama Date: Tue, 1 Jun 2021 03:27:02 +0200 Subject: [PATCH] Clarify reboot message --- scripts/main.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/main.sh b/scripts/main.sh index 004a00d..60da14d 100644 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -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() {