This commit is contained in:
proledatarian 2022-01-19 19:47:12 +00:00
parent a587b47302
commit 09fef93a0d
1 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@ _# Accept._
$ y $ y
_# Create a new partition, accept default partition number 1 and first sector._ _# Create a new partition, accept default partition number 1 and first sector._
$ n $ n
$ y
$ y
_# Enter partition size (second sector), 512 MB should be plenty for /boot and accept._ _# Enter partition size (second sector), 512 MB should be plenty for /boot and accept._
$ +512M $ +512M
_# Mark as EFI._ _# Mark as EFI._
@ -82,7 +84,7 @@ $ pacstrap /mnt base base-devel linux linux-firmware networkmanager nano sudo lv
**Generate fstab.** **Generate fstab.**
$ genfstab -Up /mnt > /mnt/etc/fstab $ genfstab -Up /mnt > /mnt/etc/fstab
_-U = Use UUID for source identifiers (shortcut for -t LABEL). _-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.** **Chroot into your installation.**
$ arch-chroot /mnt $ arch-chroot /mnt