Remove bash lines

This commit is contained in:
Jesús 2020-06-07 15:41:36 -05:00
parent f797ee2e2b
commit a81b55f249
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -77,11 +77,11 @@
20. Enable `root` logon via `ssh` 20. Enable `root` logon via `ssh`
21. `# rc-update add sshd default` 21. `# rc-update add sshd default`
22. `# passwd` (for setting root password) 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" 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` 24. `# grub-install --target=x86_64-efi --bootloader-id=GRUB --recheck --efi-directory=/boot/efi`