Revert fstab change
Fstab not generating properly in new location, reverted change and fstab generated properly.
This commit is contained in:
parent
ca1fe7c5bc
commit
08737d7bfc
|
|
@ -143,6 +143,7 @@ echo -ne "
|
|||
-------------------------------------------------------------------------
|
||||
"
|
||||
pacstrap /mnt base base-devel linux linux-firmware vim nano sudo archlinux-keyring wget libnewt --noconfirm --needed
|
||||
genfstab -U /mnt >> /mnt/etc/fstab
|
||||
echo "keyserver hkp://keyserver.ubuntu.com" >> /mnt/etc/pacman.d/gnupg/gpg.conf
|
||||
cp -R ${SCRIPT_DIR} /mnt/root/ArchTitus
|
||||
cp /etc/pacman.d/mirrorlist /mnt/etc/pacman.d/mirrorlist
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ Final Setup and Configurations
|
|||
GRUB EFI Bootloader Install & Check
|
||||
"
|
||||
source /root/ArchTitus/setup.conf
|
||||
genfstab -U /mnt >> /mnt/etc/fstab
|
||||
if [[ -d "/sys/firmware/efi" ]]; then
|
||||
grub-install --efi-directory=/boot ${DISK}
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue