From 837d00e0f9967ff3b57f94e1b53d631215eae2fe Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Thu, 13 Jan 2022 14:46:32 -0600 Subject: [PATCH] change uuid gen --- 0-preinstall.sh | 1 - 3-post-setup.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/0-preinstall.sh b/0-preinstall.sh index d852b05..e3369df 100755 --- a/0-preinstall.sh +++ b/0-preinstall.sh @@ -144,7 +144,6 @@ 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 diff --git a/3-post-setup.sh b/3-post-setup.sh index f6e4774..534289d 100755 --- a/3-post-setup.sh +++ b/3-post-setup.sh @@ -41,6 +41,7 @@ echo -e "Updating grub..." grub-mkconfig -o /boot/grub/grub.cfg echo -e "All set!" +genfstab -U /mnt >> /mnt/etc/fstab echo -ne " ------------------------------------------------------------------------- Cleaning