diff options
Diffstat (limited to '')
-rwxr-xr-x | joes-arch-install-UEFI.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh index 92b04d3..3c3b6b0 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -492,7 +492,7 @@ echo "\ # 5. Generating fstab # # # #=================================#" -genfstab -U /mnt/arch > /mnt/arch/etc/fstab +genfstab -U -p /mnt/arch > /mnt/arch/etc/fstab sleep 2 clear echo "\ |