diff options
author | Leah Rowe <info@minifree.org> | 2016-10-13 01:30:58 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2016-10-13 01:30:58 +0100 |
commit | 93199f8f70587fe5f7cdd8c6166f6ef946f82e5c (patch) | |
tree | 1f975c4dac30d430d5480bbf83d5d3d069316fe6 | |
parent | b2a10471606c07980c6268d38c38f77f8d14d004 (diff) | |
download | librebootfr-93199f8f70587fe5f7cdd8c6166f6ef946f82e5c.tar.gz librebootfr-93199f8f70587fe5f7cdd8c6166f6ef946f82e5c.zip |
docs/bsd/: call them BSD projects, not BSD distributions
BSD != GNU/Linux
-rw-r--r-- | docs/bsd/index.html | 6 | ||||
-rw-r--r-- | docs/bsd/openbsd.html | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/bsd/index.html b/docs/bsd/index.html index eb71c539..d1cf314f 100644 --- a/docs/bsd/index.html +++ b/docs/bsd/index.html @@ -8,16 +8,16 @@ @import url('../css/main.css'); </style> - <title>BSD distributions</title> + <title>BSD projects</title> </head> <body> <div class="section"> - <h1 id="pagetop">BSD distributions</h1> + <h1 id="pagetop">BSD projects</h1> <p> - This section relates to dealing with BSD distributions: preparing bootable USB drives, + This section relates to dealing with BSD projects: preparing bootable USB drives, changing the default GRUB menu and so on. </p> <p> diff --git a/docs/bsd/openbsd.html b/docs/bsd/openbsd.html index f0bc3600..dcf8be4d 100644 --- a/docs/bsd/openbsd.html +++ b/docs/bsd/openbsd.html @@ -24,8 +24,8 @@ -- TODO: test on LibertyBSD and prioritise that in this guide. </p> <p> - This section relates to preparing, booting and installing a - OpenBSD distribution on your libreboot system, using nothing more than a USB flash drive (and <i>dd</i>). They've only been tested on a Lenovo ThinkPad x200. + This section relates to preparing, booting and installing + OpenBSD on your libreboot system, using nothing more than a USB flash drive (and <i>dd</i>). They've only been tested on a Lenovo ThinkPad x200. </p> <ul> <li><a href="#prepare">Prepare the USB drive (in OpenBSD)</a></li> @@ -163,7 +163,7 @@ <p> Most of these issues occur when using libreboot with coreboot's 'text mode' instead of the coreboot framebuffer. - This mode is useful for booting payloads like memtest86+ which expect text-mode, but for OpenBSD distributions + This mode is useful for booting payloads like memtest86+ which expect text-mode, but for OpenBSD it can be problematic when they are trying to switch to a framebuffer because it doesn't exist. </p> |