diff options
author | Michael Reed <top@secret> | 2017-07-02 23:01:42 -0400 |
---|---|---|
committer | Michael Reed <top@secret> | 2017-07-02 23:01:42 -0400 |
commit | 2d4f8d80a020b28057c87edb72b72b058983d8f1 (patch) | |
tree | 4f920efcf3e1ec6385196a948fcc82be45de9355 /docs/bsd/openbsd.md | |
parent | 730db68244eb4fe0e8df32326df1946405426ed1 (diff) | |
download | librebootfr-2d4f8d80a020b28057c87edb72b72b058983d8f1.tar.gz librebootfr-2d4f8d80a020b28057c87edb72b72b058983d8f1.zip |
OpenBSD docs: update references from 6.0 to 6.1
Because why not?
Diffstat (limited to 'docs/bsd/openbsd.md')
-rw-r--r-- | docs/bsd/openbsd.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/bsd/openbsd.md b/docs/bsd/openbsd.md index 1e475124..5e86bc05 100644 --- a/docs/bsd/openbsd.md +++ b/docs/bsd/openbsd.md @@ -18,7 +18,7 @@ your libreboot system, using nothing more than a USB flash drive (and CrOS devices in libreboot), instructions have yet to be written in the libreboot documentation.* -install60.fs is the installation image for OpenBSD 6.0. Adapt the +install61.fs is the installation image for OpenBSD 6.1. Adapt the filename accordingly, for a different OpenBSD version or LibertyBSD. Prepare the USB drive (in LibertyBSD or OpenBSD) @@ -88,8 +88,8 @@ example: dmesg told you what device it is. Overwrite the drive, writing your distro ISO to it with dd. For example: - $ sudo dd if=install60.fs of=/dev/sdX bs=8M; sync - # dd if=install60.fs of=/dev/sdX bs=8M; sync + $ sudo dd if=install61.fs of=/dev/sdX bs=8M; sync + # dd if=install61.fs of=/dev/sdX bs=8M; sync You should now be able to boot the installer from your USB drive. Continue reading, for information about how to do that. @@ -99,7 +99,7 @@ Installing OpenBSD without full disk encryption Press C in GRUB to access the command line: - grub> kopenbsd (usb0,openbsd1)/6.0/amd64/bsd.rd + grub> kopenbsd (usb0,openbsd1)/6.1/amd64/bsd.rd grub> boot It will start booting into the OpenBSD installer. Follow the normal |