From 3d86da61d5b7a6cc25e6991340b1093601833284 Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Tue, 19 May 2020 01:51:04 +0200 Subject: [PATCH] update --- arch_linux_host_install/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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