Refactored syntax highlighting shortcodes into markdown
This commit is contained in:
parent
9e6bb1a3e5
commit
ea435049b3
71 changed files with 297 additions and 297 deletions
|
@ -12,12 +12,12 @@ This article explains a simple method to install OpenBSD when all you have is a
|
|||
## How to
|
||||
|
||||
First login as root on the linux you want to reinstall as Openbsd then fetch the installer :
|
||||
{{< highlight sh >}}
|
||||
```sh
|
||||
curl https://cdn.openbsd.org/pub/OpenBSD/6.8/amd64/bsd.rd -o /bsd.rd
|
||||
{{< /highlight >}}
|
||||
```
|
||||
|
||||
Then edit the loader configuration, in this example grub2 :
|
||||
{{< highlight sh >}}
|
||||
```sh
|
||||
echo '
|
||||
menuentry "OpenBSD" {
|
||||
set root=(hd0,msdos1)
|
||||
|
@ -25,6 +25,6 @@ menuentry "OpenBSD" {
|
|||
}' >> /etc/grub.d/40_custom
|
||||
echo 'GRUB_TIMEOUT=60' >> /etc/default/grub
|
||||
grub2-mkconfig > /boot/grub2/grub.cfg
|
||||
{{< /highlight >}}
|
||||
```
|
||||
|
||||
If you reboot now and connect your remote console you should be able to boot the OpenBSD installer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue