From a81b55f24937fccf23e8521175de73880a2c7751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 7 Jun 2020 15:41:36 -0500 Subject: [PATCH] Remove bash lines --- install-hyperbola/asus/install.md | 6 +++--- 1 file 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`