updated
This commit is contained in:
parent
a587b47302
commit
09fef93a0d
|
@ -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
|
Loading…
Reference in New Issue