diff options
author | Jesús <heckyel@hyperbola.info> | 2020-04-26 21:20:50 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-04-26 21:20:50 -0500 |
commit | b7958f7edbb6a1922bb95896b73dc3ba5d1f62e2 (patch) | |
tree | f2fdde8d01f89cfdc659a8c0e26e8bc0703bd7bc | |
parent | a27fd3672496d953e4d64d232242e79bbbbd8ab5 (diff) | |
download | book-b7958f7edbb6a1922bb95896b73dc3ba5d1f62e2.tar.lz book-b7958f7edbb6a1922bb95896b73dc3ba5d1f62e2.tar.xz book-b7958f7edbb6a1922bb95896b73dc3ba5d1f62e2.zip |
fix skip lines #8
-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` |