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