Genfstab still gave me some errors, even tho everything worked. This modification removed error for me
This commit is contained in:
parent
03e2e79c2e
commit
0182c17afe
|
|
@ -25,10 +25,10 @@ Setting up mirrors for optimal download
|
||||||
source setup.conf
|
source setup.conf
|
||||||
iso=$(curl -4 ifconfig.co/country-iso)
|
iso=$(curl -4 ifconfig.co/country-iso)
|
||||||
timedatectl set-ntp true
|
timedatectl set-ntp true
|
||||||
pacman -S --noconfirm pacman-contrib terminus-font
|
pacman -S --noconfirm --needed pacman-contrib terminus-font
|
||||||
setfont ter-v22b
|
setfont ter-v22b
|
||||||
sed -i 's/^#ParallelDownloads/ParallelDownloads/' /etc/pacman.conf
|
sed -i 's/^#ParallelDownloads/ParallelDownloads/' /etc/pacman.conf
|
||||||
pacman -S --noconfirm reflector rsync grub
|
pacman -S --noconfirm --needed reflector rsync grub
|
||||||
cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup
|
cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup
|
||||||
echo -ne "
|
echo -ne "
|
||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
|
|
@ -42,7 +42,7 @@ echo -ne "
|
||||||
Installing Prerequisites
|
Installing Prerequisites
|
||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
"
|
"
|
||||||
pacman -S --noconfirm gptfdisk btrfs-progs
|
pacman -S --noconfirm --needed gptfdisk btrfs-progs
|
||||||
echo -ne "
|
echo -ne "
|
||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
Formating Disk
|
Formating Disk
|
||||||
|
|
|
||||||
|
|
@ -16,7 +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 /mnt >> /etc/fstab
|
genfstab -U -p / >> /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