diff options
author | Jesús <heckyel@hyperbola.info> | 2020-06-07 15:35:48 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-06-07 15:35:48 -0500 |
commit | f797ee2e2be4899e8363592a380bc106588dcf39 (patch) | |
tree | c453463ea7d23c5df230ae7937be6dbfb5133239 | |
parent | 5f7643bf6784937896a2bb33b7031ab3761b17cf (diff) | |
download | book-f797ee2e2be4899e8363592a380bc106588dcf39.tar.lz book-f797ee2e2be4899e8363592a380bc106588dcf39.tar.xz book-f797ee2e2be4899e8363592a380bc106588dcf39.zip |
Add space in code
-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 fa921bc..6097952 100644 --- a/install-hyperbola/asus/install.md +++ b/install-hyperbola/asus/install.md @@ -89,7 +89,9 @@ 26. `# grub-mkconfig -o /boot/grub/grub.cfg` 27. Build botia32.efi (necessary in ASUSx205TA) + `# grub-mkstandalone -d /usr/lib/grub/i386-efi/ -O i386-efi --modules="part_gpt part_msdos" --fonts="unicode" --locales="uk" --themes="" -o "/boot/efi/EFI/GRUB/bootia32.efi" "boot/grub/grub.cfg=/boot/grub/grub.cfg" -v` + `# cp -v /boot/efi/EFI/GRUB/bootia32.efi /boot/efi/EFI/BOOT/BOOTIA32.EFI` 28. Create swap file: |