From 8396aa24c78d57167c0a8816fc093b201c61d503 Mon Sep 17 00:00:00 2001 From: TuDatTr Date: Sun, 24 May 2020 07:15:44 +0200 Subject: [PATCH] Overwrite fstab instead of append for more consistancy, may do that to locale later as well --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7f0c4e5..1b33686 100755 --- a/install.sh +++ b/install.sh @@ -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