use UUID for genfstab

This commit is contained in:
tengel 2024-03-20 11:32:49 -05:00
parent aa20f9ef47
commit fe5382eae4

View file

@ -112,7 +112,7 @@ AMCONF="/root/amconf.sh"
#
## Pacstrap
# pacstrap /mnt base --noprogressbar 2>&1 | tee -a pacstrap.log
# genfstab -p /mnt >> /mnt/etc/fstab
# genfstab -p -U /mnt >> /mnt/etc/fstab
# cp archmate.sh /mnt/root/ && chmod +x /mnt/root/archmate.sh
# cp pacstrap.log /mnt/root/
# [ -f "amprep.sh" ] && cp amprep.sh /mnt/root/