summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--http/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/install.sh b/http/install.sh
index bdf03c7..b0c104e 100644
--- a/http/install.sh
+++ b/http/install.sh
@@ -33,7 +33,7 @@ else
fi
pacstrap -M /mnt base linux grub openssh sudo polkit haveged netctl python reflector
swapon "${device}1"
-genfstab -p /mnt >>/mnt/etc/fstab
+genfstab -pU /mnt >>/mnt/etc/fstab
swapoff "${device}1"
arch-chroot /mnt /usr/bin/sed -i 's/^#Server/Server/' /etc/pacman.d/mirrorlist