aboutsummaryrefslogtreecommitdiffstats
path: root/install-hyperbola
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-06-07 15:41:36 -0500
committerJesús <heckyel@hyperbola.info>2020-06-07 15:41:36 -0500
commita81b55f24937fccf23e8521175de73880a2c7751 (patch)
tree8d1baa5bb4f585cb13d9424c6d317e534b6c0f5d /install-hyperbola
parentf797ee2e2be4899e8363592a380bc106588dcf39 (diff)
downloadbook-a81b55f24937fccf23e8521175de73880a2c7751.tar.lz
book-a81b55f24937fccf23e8521175de73880a2c7751.tar.xz
book-a81b55f24937fccf23e8521175de73880a2c7751.zip
Remove bash lines
Diffstat (limited to 'install-hyperbola')
-rw-r--r--install-hyperbola/asus/install.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/install-hyperbola/asus/install.md b/install-hyperbola/asus/install.md
index 6097952..fd8f1ea 100644
--- a/install-hyperbola/asus/install.md
+++ b/install-hyperbola/asus/install.md
@@ -77,11 +77,11 @@
20. Enable `root` logon via `ssh`
21. `# rc-update add sshd default`
22. `# passwd` (for setting root password)
- 23. `nano -w /boot/efi/startup.nsh`
+ 23. Edit `startup.nsh`
- ```bash
+ # nano -w /boot/efi/startup.nsh
+ ----------------------------------------------------------------
bcf boot add 1 fs0:\EFI\GRUB\grubx64.efi "Hyper GRUB bootloader"
- ```
24. `# grub-install --target=x86_64-efi --bootloader-id=GRUB --recheck --efi-directory=/boot/efi`