Overwrite fstab instead of append for more consistancy, may do that to locale later as well
This commit is contained in:
@@ -111,7 +111,7 @@ mount $bootpart /mnt/boot
|
||||
|
||||
pacstrap /mnt base base-devel linux linux-firmware dhcpcd
|
||||
|
||||
genfstab -U /mnt >> /mnt/etc/fstab
|
||||
genfstab -U /mnt >| /mnt/etc/fstab
|
||||
|
||||
cp $CWD/etc/systemd/system/march.service /mnt/etc/systemd/system/march.service
|
||||
cp $CWD/root/march-chroot.sh /mnt/root/march-chroot.sh
|
||||
|
||||
Reference in New Issue
Block a user