Minor corrections
This commit is contained in:
parent
d6a3263622
commit
f67f24fda5
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user