diff options
author | Michael Reed <top@secret> | 2017-07-02 22:59:41 -0400 |
---|---|---|
committer | Michael Reed <top@secret> | 2017-07-02 22:59:41 -0400 |
commit | 730db68244eb4fe0e8df32326df1946405426ed1 (patch) | |
tree | 4c09adbca81d93a8383a8bfb3ba61c1ac35fcb5e /docs/bsd/openbsd.md | |
parent | c6134a9a28ec99d8ed0ea9cd20b8b1510d2e4647 (diff) | |
download | librebootfr-730db68244eb4fe0e8df32326df1946405426ed1.tar.gz librebootfr-730db68244eb4fe0e8df32326df1946405426ed1.zip |
OpenBSD docs: mark up "dd" as a command
Other command lines are marked up similarly in openbsd.md, so "dd"
should be as well.
Diffstat (limited to 'docs/bsd/openbsd.md')
-rw-r--r-- | docs/bsd/openbsd.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/bsd/openbsd.md b/docs/bsd/openbsd.md index 1ef4e774..1e475124 100644 --- a/docs/bsd/openbsd.md +++ b/docs/bsd/openbsd.md @@ -12,7 +12,7 @@ LibertyBSD and prioritise that in this guide. This section relates to preparing, booting and installing OpenBSD on your libreboot system, using nothing more than a USB flash drive (and -*dd*). They've only been tested on a Lenovo ThinkPad x200. +`dd`). They've only been tested on a Lenovo ThinkPad x200. *This section is only for the GRUB payload. For depthcharge (used on CrOS devices in libreboot), instructions have yet to be written in the @@ -54,7 +54,7 @@ Prepare the USB drive (in NetBSD) [This page](https://wiki.netbsd.org/tutorials/how_to_install_netbsd_from_an_usb_memory_stick/) on the NetBSD website shows how to create a NetBSD bootable USB drive -from within NetBSD itself. You should use the *dd* method documented +from within NetBSD itself. You should use the `dd` method documented there. This will also work with the OpenBSD image. Prepare the USB drive (in FreeBSD) @@ -62,7 +62,7 @@ Prepare the USB drive (in FreeBSD) [This page](https://www.freebsd.org/doc/handbook/bsdinstall-pre.md) on the FreeBSD website shows how to create a bootable USB drive for -installing FreeBSD. Use the *dd* on that page. You can also use the same +installing FreeBSD. Use the `dd` on that page. You can also use the same instructions with a OpenBSD ISO image. Prepare the USB drive (in GNU+Linux) |