This commit is contained in:
DoTheEvolution 2020-05-19 01:51:04 +02:00
parent ac6c9689b0
commit 3d86da61d5
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ So if theres boot menu option choose non-uefi.
# Installation
* create a single partition and mark it bootable</br>
`cfdisk /dev/sda`
`cfdisk -z /dev/sda`
* build ext4 filesystem on it</br>
`mkfs.ext4 /dev/sda1`
* mount the new partition</br>