From 09fef93a0df67ddb7774587c870c586a39bf0ce2 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Wed, 19 Jan 2022 19:47:12 +0000 Subject: [PATCH] updated --- README.md => install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename README.md => install (99%) diff --git a/README.md b/install similarity index 99% rename from README.md rename to install index cf9d671..10ced1a 100644 --- a/README.md +++ b/install @@ -18,6 +18,8 @@ _# Accept._ $ y _# Create a new partition, accept default partition number 1 and first sector._ $ n +$ y +$ y _# Enter partition size (second sector), 512 MB should be plenty for /boot and accept._ $ +512M _# Mark as EFI._ @@ -82,7 +84,7 @@ $ pacstrap /mnt base base-devel linux linux-firmware networkmanager nano sudo lv **Generate fstab.** $ genfstab -Up /mnt > /mnt/etc/fstab _-U = Use UUID for source identifiers (shortcut for -t LABEL). --p Exclude pseudofs mounts (default behavior)._ +-p = Exclude pseudofs mounts (default behavior)._ **Chroot into your installation.** $ arch-chroot /mnt