From a0a7978132427e96c3799bf039f737349933ca8a Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 4 Dec 2020 06:30:14 -0600 Subject: [PATCH] Add a note about looking at fstab --- gentoostrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gentoostrap.sh b/gentoostrap.sh index 72db496..82ea54c 100755 --- a/gentoostrap.sh +++ b/gentoostrap.sh @@ -310,6 +310,7 @@ build-gentoo-chroot() { cat <<-EOF Initial system configuration is complete. There are now just a few tasks left: * Mount the ESP under /boot/efi + * Verify the status of fstab * Make sure everything looks good before we install GRUB Dumping to a shell now. Have fun!