diff --git a/0-preinstall.sh b/0-preinstall.sh index a4afd5a..e77959d 100755 --- a/0-preinstall.sh +++ b/0-preinstall.sh @@ -25,10 +25,10 @@ Setting up mirrors for optimal download source setup.conf iso=$(curl -4 ifconfig.co/country-iso) timedatectl set-ntp true -pacman -S --noconfirm pacman-contrib terminus-font +pacman -S --noconfirm --needed pacman-contrib terminus-font setfont ter-v22b 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 echo -ne " ------------------------------------------------------------------------- @@ -42,7 +42,7 @@ echo -ne " Installing Prerequisites ------------------------------------------------------------------------- " -pacman -S --noconfirm gptfdisk btrfs-progs +pacman -S --noconfirm --needed gptfdisk btrfs-progs echo -ne " ------------------------------------------------------------------------- Formating Disk diff --git a/3-post-setup.sh b/3-post-setup.sh index 41e6cc9..9d99e23 100755 --- a/3-post-setup.sh +++ b/3-post-setup.sh @@ -16,7 +16,7 @@ Final Setup and Configurations GRUB EFI Bootloader Install & Check " source /root/ArchTitus/setup.conf -genfstab -U /mnt >> /etc/fstab +genfstab -U -p / >> /etc/fstab if [[ -d "/sys/firmware/efi" ]]; then grub-install --efi-directory=/boot ${DISK} fi