diff --git a/arch_linux_host_install/readme.md b/arch_linux_host_install/readme.md index a03ed91..74bd8e8 100644 --- a/arch_linux_host_install/readme.md +++ b/arch_linux_host_install/readme.md @@ -45,7 +45,7 @@ So if theres boot menu option choose non-uefi. # Installation * create a single partition and mark it bootable
- `cfdisk /dev/sda` + `cfdisk -z /dev/sda` * build ext4 filesystem on it
`mkfs.ext4 /dev/sda1` * mount the new partition