From 494d2b471909b624d98c00b6a511095f8a1cc0ee Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Thu, 13 Jan 2022 15:09:33 -0600 Subject: [PATCH] Update 3-post-setup.sh --- 3-post-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/3-post-setup.sh b/3-post-setup.sh index 1671f1c..d9a2641 100755 --- a/3-post-setup.sh +++ b/3-post-setup.sh @@ -16,6 +16,7 @@ Final Setup and Configurations GRUB EFI Bootloader Install & Check " source /root/ArchTitus/setup.conf +genfstab -U / >> /etc/fstab if [[ -d "/sys/firmware/efi" ]]; then grub-install --efi-directory=/boot ${DISK} fi