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