change uuid gen

This commit is contained in:
Chris Titus 2022-01-13 14:46:32 -06:00
parent 6bf12fa090
commit 837d00e0f9
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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