Update 3-post-setup.sh
This commit is contained in:
parent
29bef1ddab
commit
494d2b4719
|
|
@ -16,6 +16,7 @@ Final Setup and Configurations
|
||||||
GRUB EFI Bootloader Install & Check
|
GRUB EFI Bootloader Install & Check
|
||||||
"
|
"
|
||||||
source /root/ArchTitus/setup.conf
|
source /root/ArchTitus/setup.conf
|
||||||
|
genfstab -U / >> /etc/fstab
|
||||||
if [[ -d "/sys/firmware/efi" ]]; then
|
if [[ -d "/sys/firmware/efi" ]]; then
|
||||||
grub-install --efi-directory=/boot ${DISK}
|
grub-install --efi-directory=/boot ${DISK}
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue