diff options
-rw-r--r-- | install-hyperbola/asus/install.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install-hyperbola/asus/install.md b/install-hyperbola/asus/install.md index b994439..9451fc6 100644 --- a/install-hyperbola/asus/install.md +++ b/install-hyperbola/asus/install.md @@ -46,12 +46,14 @@ 10. `# mkfs.fat -F32 /dev/mmcblk1p1` 11. Format devices `# mkfs.ext4 /dev/mmcblk1p2` + `# mkfs.ext4 /dev/mmcblk1p3` 12. Make Home directory `# mkdir /mnt/home` 13. `# mount /dev/mmcblk1p2 /mnt` + `# mount /dev/mmcblk1p3 /mnt/home` 14. `# pacstrap -i /mnt base base-devel dhcpcd grub-bios wpa_supplicant xf86-input-synaptics kernel-firmware grub efibootmgr dosfstools openssh os-prober mtools linux-libre-lts-api-headers linux-libre-lts` |