This commit is contained in:
DoTheEvolution 2021-02-18 00:07:26 +01:00
parent 70b1876fa3
commit 4bb39e17dc
1 changed files with 0 additions and 2 deletions

View File

@ -49,8 +49,6 @@ So if theres boot menu option choose non-uefi.
`mkfs.ext4 /dev/sda1`
* mount the new partition<br>
`mount /dev/sda1 /mnt`
* choose geographicly close mirror<br>
`micro /etc/pacman.d/mirrorlist`
* install the base system <br>
`pacstrap /mnt base linux linux-firmware base-devel grub micro`
* generate fstab<br>