Minor corrections

This commit is contained in:
IxianPixel 2016-04-03 23:46:36 +01:00
parent d6a3263622
commit f67f24fda5

View File

@ -20,11 +20,12 @@ lsblk
* `mount <device> /mnt/home` * `mount <device> /mnt/home`
### Pacstrap ### Pacstrap
* `pacstrap /mnt base base-sevel` * `pacstrap /mnt base base-devel`
# Configuration # Configuration
### Generate FSTAB ### Generate FSTAB
Generation: `genfstab -p /mnt >> /mnt/etc/fstab` Generation: `genfstab -p /mnt >> /mnt/etc/fstab`
Output fstab: `cat /mnt/etc/fstab` Output fstab: `cat /mnt/etc/fstab`
### chroot into installation ### chroot into installation