]> code.delx.au - refind/commitdiff
Move details of refind-install documentation from installing.html to a
authorsrs5694 <srs5694@users.sourceforge.net>
Sun, 22 Nov 2015 21:47:57 +0000 (16:47 -0500)
committersrs5694 <srs5694@users.sourceforge.net>
Sun, 22 Nov 2015 21:47:57 +0000 (16:47 -0500)
man page and create HTML versions of the man pages (auto-generated via
man2html in the mkdistrib script).

NEWS.txt
docs/man/refind-install.8
docs/refind/index.html
docs/refind/installing.html
libeg/lodepng.h
mkdistrib
mkrlconf
refind-install

index d1a373af62afce4a82b4eb6a5ad73cda81baf8b0..661acece3bb6fb99b43a9bb0b4027de60b00dd93 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,11 @@
 0.10.1 (??/??/201?):
 --------------------
 
+- Moved detailed descriptions of refind-install from installing.html to
+  a refind-install man page. To keep this information Web-accessible, I've
+  also created HTML versions of the three man pages and linked them into
+  the HTML documentation.
+
 - Updated LodePNG to latest version (20151024).
 
 - Fixed bugs in mkrlconf and in refind-install that could cause some kernel
index ac84672c5c8ef724f2806ae81ef2fefa2f2f7962..5034051138bbe7c89abd91150489224256b22683 100644 (file)
@@ -20,6 +20,119 @@ steps can be performed manually; however, the \fBrefind-install\fR command
 provides an automated way to perform these tasks under both Linux and OS X.
 The exact behavior and options vary depending on the OS, however.
 
+Some details that can affect how the script runs include the following:
+
+.TP
+.B *
+If you run the script as an ordinary user, it attempts to acquire
+\fBroot\fR privileges by using the \fBsudo\fR command. This works on Mac OS
+X and some Linux installations (such as under Ubuntu or if you've added
+yourself to the \fBsudo\fR users list), but on some Linux installations
+this will fail. On such systems, you should run \fBrefind\-install\fR as
+root.
+
+.TP
+.B *
+Under OS X, you can run the script with a mouse by opening a Terminal
+session and then dragging\-and\-dropping the \fBrefind\-install\fR file to
+the Terminal window. You'll need to press the Return or Enter key to run
+the script.
+
+.TP
+.B *
+If you're using OS X 10.7's Whole Disk Encryption (WDE) feature, or the
+loogical volumes feature in OS X 10.10, you must install rEFInd to the ESP
+or to a separate HFS+ partition. The default in rEFInd 0.8.4 and later is
+to install to the ESP. If you prefer to use a separate HFS+ volume, the
+\fB\-\-ownhfs \fIdevice-file\fR option to \fBrefind\-install\fR is required.
+
+.TP
+.B *
+If you're not using WDE or logical volumes, you can install rEFInd to the
+OS X root (/) partition by using the \-\-notesp option to
+\fBrefind\-install\fR. Using this option is recommended when upgrading from
+a working rEFInd installation in this location.
+
+.TP
+.B *
+If you're replacing rEFIt with rEFInd on a Mac, there's a chance that
+\fBrefind\-install\fR will warn you about the presence of a program called
+\fB/Library/StartupItems/rEFItBlesser\fR and ask if you want to delete it.
+This program is designed to keep rEFIt set as the boot manager by
+automatically re\-blessing it if the default boot manager changes. This is
+obviously undesirable if you install rEFInd as your primary boot manager,
+so it's generally best to remove this program. If you prefer to keep your
+options open, you can answer \fBN\fR when \fBrefind\-install\fR asks if you
+want to delete rEFItBlesser, and instead manually copy it elsewhere. If you
+subsequently decide to go back to using rEFIt as your primary boot manager,
+you can restore rEFItBlesser to its place.
+
+.TP
+.B *
+If you intend to boot BIOS-based OSes on a UEFI-based PC, you must edit the
+\fBrefind.conf\fR file's \fBscanfor\fR line to enable the relevant
+searches. This is not necessary on Macs, though; because of the popularity
+of dual boots with Windows on Macs, the BIOS/legacy scans are enabled by
+default on Macs.
+
+.TP
+.B *
+On Linux, \fBrefind\-install\fR checks the filesystem type of the
+\fB/boot\fR directory and, if a matching filesystem driver is available,
+installs it. Note that the "\fB/boot\fR directory" may be on a separate
+partition or it may be part of your root (\fB/\fR) filesystem, in which
+case the driver for your root filesystem is installed. This feature is
+unlikely to work properly from an emergency system, although it might if
+you have a separate \fB/boot\fR partition and if you mount that partition
+at \fB/boot\fR in your emergency system, and the ESP at \fB/boot/efi\fR.
+
+.TP
+.B *
+On OS X, \fBrefind\-install\fR checks your partition tables for signs of a
+Linux installation. If such a sign is found, the script installs the EFI
+filesystem driver for the Linux ext4 filesystem. This will enable rEFInd to
+read your Linux kernel if it's on an ext2, ext3, or ext4 filesystem. Note
+that some configurations will require a \fB/boot/refind_linux.conf\fR file,
+which can be reliably generated only under Linux. (The \fBmkrlconf\fR
+script that comes with rEFInd will do this job once you've booted Linux.)
+In the meantime, you can launch GRUB from rEFInd or press F2 or Insert
+twice after highlighting the Linux option in rEFInd. This will enable you
+to enter a \fBroot=\fI/dev/whatever\fR specification, where
+\fI/dev/whatever\fR is the device identifier of your Linux root (\fB/\fR)
+filesystem.
+
+.TP
+.B *
+If you run \fBrefind\-install\fR on Linux and if
+\fB/boot/refind_linux.conf\fR doesn't already exist, \fBrefind\-install\fR
+creates this file and populates it with a few sample entries. If
+\fB/boot\fR is on a FAT partition (or HFS+ on a Mac), or if it's on an
+ext2fs, ext3fs, ext4fs, ReiserFS, Btrfs, or HFS+ partition and you install
+an appropriate driver, the result is that rEFInd will detect your kernel
+and will probably boot it correctly. Some systems will require manual
+tweaking to \fBrefind_linux.conf\fR, though -- for instance, to add
+\fBdolvm\fR to the boot options on Gentoo systems that use LVM.
+
+.TP
+.B *
+If you pass the \fB\-\-shim\fR option to the script (along with a filename
+for a Shim binary), the script sets up for a Secure Boot configuration via
+Shim. By default, this causes the rEFInd binary to be renamed as
+\fBgrubx64.efi\fR. Recent versions of Shim support passing the name of the
+follow-on program to Shim via a parameter, though. If you want to use this
+feature, you can pass the \fB\-\-keepname\fR option to
+\fBrefind\-install\fR.
+
+.PP
+
+After you run \fBrefind\-install\fR, you should peruse the script's output
+to ensure that everything looks OK. \fBrefind\-install\fR displays error
+messages when it encounters errors, such as if the ESP is mounted read-only
+or if you run out of disk space. You may need to correct such problems
+manually and re\-run the script. In some cases you may need to fall back on
+manual installation, which gives you better control over details such as
+which partition to use for installation.
+
 .SH "OPTIONS"
 
 .TP
index f8fa1367af8250ae886424c5465686f74c60dfe1..d26bdd4039ed55a6cedd099220456b68ee7c478f 100644 (file)
@@ -182,6 +182,18 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com</a></p>
 
 <li class="tight"><a href="todo.html">The Future of rEFInd</a>&mdash;Current bugs that need squashing and features that I hope to one day add</a></li>
 
+<li class="tight">Manual (man) pages for rEFInd support scripts:
+
+  <ul>
+
+  <li><a href="mkrlconf.html"><tt>mkrlconf</tt></a>&mdash;This Linux-only tool creates a <tt>/boot/refind_linux.conf</tt> file to hold Linux kernel options.</li>
+
+  <li><a href="mvrefind.html"><tt>mvrefind</tt></a>&mdash;This Linux-only script moves a rEFInd installation from one location to another on the EFI System Partition (ESP).</li>
+
+  <li><a href="refind-install.html"><tt>refind-install</tt></a>&mdash;This Linux and OS X script installs rEFInd with minimal fuss.</li>
+
+</ul></li>
+
 </ul>
 
 </div>
index af16a433cb75f0548b95f02b4ea3d8662e8657fa..2a725cbae4249292a67328a83de01f053cc7a311 100644 (file)
@@ -150,14 +150,6 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com</a></p>
 
 <li class="tight"><a href="#installsh">Installing rEFInd Using <tt>refind-install</tt> under Linux or Mac OS X</a>
 
-   <ul class="tight">
-
-   <li class="tight"><a href="#quickstart">Quick <tt>refind-install</tt> Instructions</a></li>
-
-   <li class="tight"><a href="#extra_installsh">Extra <tt>refind-install</tt> Instructions</a></li>
-
-   </ul></li>
-
 <li class="tight"><a href="#manual">Installing rEFInd Manually</a>
 
    <ul>
@@ -254,10 +246,6 @@ $ <tt class="userinput">sudo apt-get install refind</tt></pre></pre>
 
 <p>If you're using Linux or Mac OS X, the easiest way to install rEFInd is to use the <tt>refind-install</tt> script. This script automatically copies rEFInd's files to your ESP or other target location and makes changes to your firmware's NVRAM settings so that rEFInd will start the next time you boot. If you've booted to OS X or in non-Secure-Boot EFI mode to Linux on a UEFI-based PC, <tt>refind-install</tt> will probably do the right thing, so you can get by with the quick instructions. If your setup is unusual, if your computer uses Secure Boot, or if you want to create a USB flash drive with rEFInd on it, you should read the <a href="#extra_installsh">extra instructions</a> for this utility.</p>
 
-<a name="quickstart">
-<h3>Quick <tt>refind-install</tt> Instructions</h3>
-</quickstart>
-
 <p class="sidebar"><b>Warning:</b> OS X 10.11 ("El Capitan") implements a new feature called System Integrity Protection (SIP; aka "rootless" or "CSR"). When enabled, SIP prevents the final step of rEFInd installation&mdash;registering the boot loader with the firmware. Thus, to install rEFInd, you must either disable SIP or perform the installation from something other than your regular OS X installation. The <a href="sip.html">rEFInd and System Integrity Protection</a> page of this document describes the options.</p>
 
 <p>By default, the <tt>refind-install</tt> script installs rEFInd to your disk's ESP. Under Mac OS X, you can instead install rEFInd to your current OS X boot partition by passing the script the <tt>--notesp</tt> option, or to a non-boot HFS+ partition by using the <tt>--ownhfs <tt class="variable">devicefile</tt></tt> option. Under either OS, you can install to something other than the currently-running OS by using the <tt>--root <tt class="variable">/mountpoint</tt></tt> option. (See <a href="#table1">Table 1</a> for details.)</p>
@@ -310,167 +298,7 @@ Unmounting install dir</pre>
 
 <p>Note that the change to an ESP location for rEFInd with version 0.8.4 means that, if you upgrade rEFInd from an earlier version, you may notice a rEFInd boot option in the rEFInd menu. This option will boot the old version of rEFInd (or the new one, if something went wrong and the old version continues to boot). You can rid yourself of the unwanted boot menu by deleting the old files or by using <tt>dont_scan_dirs</tt> or <tt>dont_scan_files</tt> in <tt>refind.conf</tt>. Before you do this, you should use rEFInd to identify the unwanted files&mdash;the filename and volume identifier appear under the icons when you highlight the option. You can then locate and delete them from within OS X. Before you delete the old files, though, you may want to copy over any changes you've made to the rEFInd configuration, icons, and other support files.</p>
 
-<a name="extra_installsh">
-<h3>Extra <tt>refind-install</tt> Instructions</h3>
-</a>
-
-<p>Some details that can affect how the script runs include the following:</p>
-
-<ul>
-
-<li>If you run the script as an ordinary user, it attempts to acquire
-    <tt>root</tt> privileges by using the <tt>sudo</tt> command. This works
-    on Mac OS X and some Linux installations (such as under Ubuntu or if
-    you've added yourself to the <tt>sudo</tt> users list), but on some
-    Linux installations this will fail. On such systems, you should run
-    <tt>refind-install</tt> as <tt>root</tt>.</li>
-
-<li>Under OS X, you can run the script with a mouse by opening a Terminal
-    session and then dragging-and-dropping the <tt>refind-install</tt> file to
-    the Terminal window. You'll need to press the Return or Enter key to
-    run the script.</li>
-
-<li>If you're using OS X 10.7's Whole Disk Encryption (WDE) feature, or the
-    loogical volumes feature in OS X 10.10, you <i>must</i> install rEFInd
-    to the ESP or to a separate HFS+ partition. The default in rEFInd 0.8.4
-    and later is to install to the ESP. If you prefer to use a separate
-    HFS+ volume, the <tt>--ownhfs <tt
-    class="variable">device-file</tt></tt> option to <tt>refind-install</tt> is
-    required.</li>
-
-<li>If you're <i>not</i> using WDE or logical volumes, you can install
-    rEFInd to the OS X root (<tt>/</tt>) partition by using the
-    <tt>--notesp</tt> option to <tt>refind-install</tt>. Using this option is
-    recommended when upgrading from a working rEFInd installation in this
-    location.</li>
-
-<li>If you're replacing rEFIt with rEFInd on a Mac, there's a chance that
-    <tt>refind-install</tt> will warn you about the presence of a program
-    called <tt>/Library/StartupItems/rEFItBlesser</tt> and ask if you want
-    to delete it. This program is designed to keep rEFIt set as the boot
-    manager by automatically re-blessing it if the default boot manager
-    changes. This is obviously undesirable if you install rEFInd as your
-    primary boot manager, so it's generally best to remove this program. If
-    you prefer to keep your options open, you can answer <tt
-    class="userinput">N</tt> when <tt>refind-install</tt> asks if you want to
-    delete rEFItBlesser, and instead manually copy it elsewhere. If you
-    subsequently decide to go back to using rEFIt as your primary boot
-    manager, you can restore rEFItBlesser to its place.</li>
-
-<li>If you're using OS X and an Advanced Format disk, heed the warning that
-    <tt>refind-install</tt> displays and <i><b>do not</b></i> use <tt>bless
-    --info</tt> to check your installation status; this combination has
-    been reported to cause disk corruption on some Macs!</li>
-
-<li>If you intend to boot BIOS-based OSes on a UEFI-based PC, you
-    <i>must</i> edit the <tt>refind.conf</tt> file's <tt>scanfor</tt> line
-    to enable the relevant searches. This is <i>not</i> necessary on Macs,
-    though; because of the popularity of dual boots with Windows on Macs,
-    the BIOS/legacy scans are enabled by default on Macs.</li>
-
-<li>On Linux, <tt>refind-install</tt> checks the filesystem type of the
-    <tt>/boot</tt> directory and, if a matching filesystem driver is
-    available, installs it. Note that the "<tt>/boot</tt> directory" may be
-    on a separate partition or it may be part of your root (<tt>/</tt>)
-    filesystem, in which case the driver for your root filesystem is
-    installed. This feature is unlikely to work properly from an emergency
-    system, although it might if you have a separate <tt>/boot</tt>
-    partition and if you mount that partition at <tt>/boot</tt> in your
-    emergency system, and the ESP at <tt>/boot/efi</tt>.</li>
-
-<li>On OS X, <tt>refind-install</tt> checks your partition tables for signs of
-    a Linux installation. If such a sign is found, the script installs the
-    EFI filesystem driver for the Linux ext4 filesystem. This will enable
-    rEFInd to read your Linux kernel <i>if</i> it's on an ext2, ext3, or
-    ext4 filesystem. Note that some configurations will require a
-    <tt>/boot/refind_linux.conf</tt> file, which can be reliably generated
-    only under Linux. (The <tt>mkrlconf</tt> script that comes with
-    rEFInd will do this job once you've booted Linux.) In the meantime, you
-    can launch GRUB from rEFInd or press F2 or Insert twice after
-    highlighting the Linux option in rEFInd. This will enable you to enter
-    a <tt>root=/dev/<tt class="variable">whatever</tt></tt> specification,
-    where <tt>/dev/<tt class="variable">whatever</tt></tt> is the device
-    identifier of your Linux root (<tt>/</tt>) filesystem.
-
-<li>If you run <tt>refind-install</tt> on Linux and if
-    <tt>/boot/refind_linux.conf</tt> doesn't already exist,
-    <tt>refind-install</tt> creates this file and populates it with a few
-    sample entries. If <tt>/boot</tt> is on a FAT partition (or HFS+ on a
-    Mac), or if it's on an ext2fs, ext3fs, ext4fs, ReiserFS, or HFS+
-    partition and you install an appropriate driver, the
-    result is that rEFInd will detect your kernel and will probably boot it
-    correctly. Some systems will require manual tweaking to
-    <tt>refind_linux.conf</tt>, though&mdash;for instance, to add
-    <tt>dolvm</tt> to the boot options on Gentoo systems that use LVM.</li>
-
-<li>If you pass the <tt>--shim</tt> option to the script (along with a
-    filename for a shim binary), the script sets up for a Secure Boot
-    configuration via shim. By default, this causes the rEFInd binary to be
-    renamed as <tt>grubx64.efi</tt>. Recent versions of shim support
-    passing the name of the follow-on program to shim via a parameter,
-    though. If you want to use this feature, you can pass the
-    <tt>--keepname</tt> option to <tt>refind-install</tt>.</li>
-
-</ul>
-
-<p>In addition to these quirks, you should be aware of some options that <tt>refind-install</tt> supports to enable you to customize your installation in various ways. The syntax for <tt>refind-install</tt> is as follows:</p>
-
-<pre class="listing">
-refind-install [--notesp | --usedefault <tt class="variable">device-file</tt> | --root <tt class="variable">mount-point</tt> | \
-            --ownhfs <tt class="variable">device-file</tt> ] [--keepname ] \
-           [--nodrivers | --alldrivers] [--shim <tt class="variable">shim-filename</tt>] [--localkeys] [--yes]
-</pre>
-
-<p>The details of the options are summarized in <a href="#table1">Table 1.</a> Broadly speaking, they come in four classes: installation location options (<tt>--notesp</tt>, <tt>--usedefault</tt>, and <tt>--root</tt>), driver options (<tt>--nodrivers</tt> and <tt>--alldrivers</tt>), Secure Boot options (<tt>--shim</tt> and <tt>--localkeys</tt>), and a user input option (<tt>--yes</tt>). Using some of these options in unusual conditions can generate warnings and prompts to confirm your actions. In particular, using <tt>--shim</tt> or <tt>--localkeys</tt> when you're <i>not</i> booted in Secure Boot mode, or failing to use <tt>--shim</tt> when you <i>are</i> booted in Secure Boot mode, will generate a query and a request to confirm your installation. Consult the <a href="secureboot.html">Managing Secure Boot</a> page for more on this topic.</p>
-
-<table border="1" cellpadding="1" cellspacing="2" summary="Table 1: Options to <tt>refind-install</tt>"><a name="table1"><caption><b>Table 1: Options to <tt>refind-install</tt></b></caption></a>
-<tr>
-   <th>Option</th>
-   <th>Explanation</th>
-</tr>
-<tr>
-   <td><tt>--notesp</tt></td>
-   <td>This option, which is valid only under OS X, tells <tt>refind-install</tt> to install rEFInd to the OS X root partition rather than to the ESP. This behavior was the default in rEFInd 0.8.3 and earlier, so you may want to use it when upgrading installations of that version, unless you used <tt>--esp</tt> (which is now the default behavior, although the <tt>--esp</tt> option no longer exists) or <tt>--ownhfs</tt>. You may also want to use <tt>--notesp</tt> on new installations if you're sure you're <i>not</i> using whole-disk encryption or logical volumes.</td>
-</tr>
-<tr>
-   <td><tt>--usedefault <tt class="variable">device-file</tt></tt></td>
-   <td>You can install rEFInd to a disk using the default/fallback filename of <tt>EFI/BOOT/bootx64.efi</tt> (and <tt>EFI/BOOT/bootia32.efi</tt>, if the 32-bit build is available) using this option. The <tt class="variable">device-file</tt> should be an <i>unmounted</i> ESP, or at least a FAT partition, as in <tt>--usedefault /dev/sdc1</tt>. Your computer's NVRAM entries will <i>not</i> be modified when installing in this way. The intent is that you can create a bootable USB flash drive or install rEFInd on a computer that tends to "forget" its NVRAM settings with this option. This option is mutually exclusive with <tt>--notesp</tt> and <tt>--root</tt>.</td>
-</tr>
-<tr>
-   <td><tt>--ownhfs <tt class="variable">device-file</tt></tt></td>
-   <td>This option should be used <i>only</i> under OS X. It's used to install rEFInd to an HFS+ volume <i>other than</i> a standard Mac boot volume. The result should be that rEFInd will show up in the Mac's own boot manager. More importantly, suspend-to-RAM operations may work correctly. Note that this option requires an HFS+ volume that is <i>not</i> currently an OS X boot volume. This can be a data volume or a dedicated rEFInd partition. The ESP might also work, if it's converted to use HFS+.</td>
-</tr>
-<tr>
-   <td><tt>--root <tt class="variable">/mount-point</tt></tt></td>
-   <td>This option is intended to help install rEFInd from a "live CD" or other emergency system. To use it, you should mount your regular installation at <tt class="variable">/mount-point</tt>, including your <tt>/boot</tt> directory (if it's separate) at <tt class="variable">/mount-point</tt><tt>/boot</tt> and (on Linux) your ESP at that location or at <tt class="variable">/mount-point</tt><tt>/boot/efi</tt>. The <tt>refind-install</tt> script then installs rEFInd to the appropriate location&mdash;on Linux, <tt class="variable">/mount-point</tt><tt>/boot/EFI/refind</tt> or <tt class="variable">/mount-point</tt><tt>/boot/efi/EFI/refind</tt>, depending on where you've mounted your ESP. Under OS X, this option is only useful in conjunction with <tt>--notesp</tt>, in which case rEFInd will install to <tt class="variable">/mount-point</tt><tt>/EFI/refind</tt>. The script also adds an entry to your NVRAM for rEFInd at this location. You cannot use this option with <tt>--usedefault</tt>. Note that this option is <i>not</i> needed when doing a dual-boot Linux/OS X installation; just install normally in OS X.</td>
-</tr>
-<tr>
-   <td><tt>--nodrivers</tt></td>
-   <td>Ordinarily <tt>refind-install</tt> attempts to install the driver required to read <tt>/boot</tt> on Linux. This attempt works only if you're using ext2fs, ext3fs, ext4fs, ReiserFS, or Btrfs on the relevant partition. If you want to forego this driver installation, pass the <tt>--nodrivers</tt> option. This option is implicit when you use <tt>--usedefault</tt>.</td>
-</tr>
-<tr>
-   <td><tt>--alldrivers</tt></td>
-   <td>When you specify this option, <tt>refind-install</tt> copies <i>all</i> the driver files for your architecture. You may want to remove unused driver files after you use this option. Note that some computers hang or fail to work with any drivers if you use this option, so use it with caution.</td>
-</tr>
-<tr>
-   <td><tt>--shim <tt class="variable">shim-filename</tt></tt> or <tt>--preloader <tt class="variable">preloader-filename</tt></tt></td>
-   <td>If you pass this option to <tt>refind-install</tt>, the script will copy the specified shim program file to the target directory, copy the <tt>MokManager.efi</tt> file from the shim program file's directory to the target directory, copy the 64-bit version of rEFInd as <tt>grubx64.efi</tt>, and register shim with the firmware. (If you also specify <tt>--usedefault</tt>, the NVRAM registration is skipped. If you also use <tt>--keepname</tt>, the renaming to <tt>grubx64.efi</tt> is skipped.) When the target file is identified as PreLoader, much the same thing happens, but <tt>refind-install</tt> copies <tt>HashTool.efi</tt> instead of <tt>MokManager.efi</tt> and copies rEFInd as <tt>loader.efi</tt> rather than as <tt>grubx64.efi</tt>. The intent is to simplify rEFInd installation on a computer that uses Secure Boot; when so set up, rEFInd will boot in Secure Boot mode, with one caveat: The first time you boot, MokManager/HashTool will launch, and you must use it to locate and install a public key or register rEFInd as a trusted application. The rEFInd public key file will be located in the rEFInd directory's <tt>keys</tt> subdirectory under the name <tt>refind.cer</tt>. Note that I'm not providing a shim binary myself, but you can download one from <a href="http://www.codon.org.uk/~mjg59/shim-signed/">here.</a> Some distributions also provide their own shim programs, so can point to them&mdash;for instance, in <tt>/boot/efi/EFI/fedora/shim.efi</tt>.</td>
-</tr>
-<tr>
-   <td><tt>--localkeys</tt></td>
-   <td>This option tells <tt>refind-install</tt> to generate a new Machine Owner Key (MOK), store it in <tt>/etc/refind.d/keys</tt> as <tt>refind_local.*</tt>, and re-sign all the 64-bit rEFInd binaries with this key before installing them. This is the preferable way to install rEFInd in Secure Boot mode, since it means your binaries will be signed locally rather than with my own key, which is used to sign many other users' binaries; however, this method requires that both the <tt>openssl</tt> and <tt>sbsign</tt> binaries be installed. The former is readily available in most distributions' repositories, but the latter is not, so this option is not the default.</td>
-</tr>
-<tr>
-   <td><tt>--keepname</tt></td>
-   <td>This option is useful only in conjunction with <tt>--shim</tt>. It tells <tt>refind-install</tt> to keep rEFInd's regular filename (typically <tt>refind_x64.efi</tt>) when used with shim, rather than rename the binary to <tt>grubx64.efi</tt>. This change cuts down on the chance of confusion because of filename issues; however, this feature requires that shim be launched with a command-line parameter that points to the rEFInd binary under its real name. versions of shim prior to 0.7 do not properly support this feature. (Version 0.4 supports it but with a buggy interpretation of the follow-on loader specification.) If your NVRAM variables become corrupted or are forgotten, this feature may make rEFInd harder to launch. This option is incompatible with <tt>--usedefault</tt> and is unavailable when run under OS X or without the <tt>--shim</tt> option. If the script discovers an existing rEFInd installation under <tt>EFI/BOOT</tt> or <tt>EFI/Microsoft/Boot</tt> and no other rEFInd installation when this option is used, it will abort.</td>
-</tr>
-<tr>
-   <td><tt>--yes</tt></td>
-   <td>This option causes the script to assume a <tt>Y</tt> input to every yes/no prompt that can be generated under certain conditions, such as if you specify <tt>--shim</tt> but <tt>refind-install</tt> detects no evidence of a Secure Boot installation. This option is intended mainly for use by scripts such as those that might be used as part of an installation via an RPM or Debian package.</td>
-</tr>
-</table>
-
-<p>After you run <tt>refind-install</tt>, you should peruse the script's output to ensure that everything looks OK. <tt>refind-install</tt> displays error messages when it encounters errors, such as if the ESP is mounted read-only or if you run out of disk space. You may need to correct such problems manually and re-run the script. In some cases you may need to fall back on manual installation, which gives you better control over details such as which partition to use for installation.</p>
+<p>The <tt>refind-install</tt> script supports a number of options that can affect how it operates. For information on these options, consult the script's man page: Type <tt class="userinput">man refind-install</tt> if you installed rEFInd via an RPM or Debian package; or read it in <a href="refind-install.html">HTML form.</a></p>
 
 <a name="manual">
 <h2>Installing rEFInd Manually</h2>
index bd3b7149a93038e677e8cef3d8db8e6980a0ed46..5fae53de44e3f4b2624dbfedf10af0cbb611530e 100644 (file)
@@ -24,7 +24,7 @@ freely, subject to the following restrictions:
 */
 /*
  * This version of lodepng.h is modified for use with rEFInd. Some options
- * are commented out and two definitions (commented on shortly) are added
+ * are commented out and several definitions (commented on shortly) are added
  * for GNU-EFI compatibility. The associated lodepng.c file is unmodified
  * from the original.
  */
@@ -34,7 +34,7 @@ freely, subject to the following restrictions:
 
 #include <string.h> /*for size_t*/
 
-// Below two lines required for GNU-EFI (program hangs when run without them,
+// Below block of lines required for GNU-EFI (program hangs when run without them,
 // and associated function in lodepng_xtra.c)
 int MyStrlen(const char *InString);
 #define strlen(c) MyStrlen(c)
index 78ee30a8163cadf66b33572bc4d116544ef54318..18b339582a65502f5755d6dde1235b7fe1b62759 100755 (executable)
--- a/mkdistrib
+++ b/mkdistrib
@@ -47,6 +47,11 @@ make clean
 # Remove temporary files from the "debian" subdirectory
 rm -rf debian/refind debian/*.log
 
+# Convert man pages to HTML form
+man2html docs/man/mkrlconf.8 > docs/refind/mkrlconf.html
+man2html docs/man/mvrefind.8 > docs/refind/mvrefind.html
+man2html docs/man/refind-install.8 > docs/refind/refind-install.html
+
 # Prepare a place and copy files there....
 mkdir -p ../snapshots/$1/refind-$1/icons/licenses ../snapshots/$1/refind-$1/icons/svg
 cp --preserve=timestamps icons/*png icons/README ../snapshots/$1/refind-$1/icons/
index 9855dec3c48a9d300f6188d57a29bdaeb78761dc..543ce0ac7bb75d7f994cca806489620725604481 100755 (executable)
--- a/mkrlconf
+++ b/mkrlconf
 
 # Revision history:
 #
-#  0.10.0 -- Renamed from mkrlconf.sh to mkrlconf; changed to get $DefaultOptions
+# 0.10.1  -- Improve extraction of kernel options from /proc/cmdline
+# 0.10.0  -- Renamed from mkrlconf.sh to mkrlconf; changed to get $DefaultOptions
 #            from /proc/cmdline rather than from GRUB
-#  0.9.0  -- Added check for OS type, to keep from running pointlessly on OS X
-#  0.7.7  -- Fixed bug that caused stray PARTUUID= and line breaks in generated file
-#  0.5.1  -- Initial release
+# 0.9.0   -- Added check for OS type, to keep from running pointlessly on OS X
+# 0.7.7   -- Fixed bug that caused stray PARTUUID= and line breaks in generated file
+# 0.5.1   -- Initial release
 #
 # Note: mkrlconf version numbers match those of the rEFInd package
 # with which they first appeared.
index f0fc2b22ace0c795927101e13adc905a3971d8d5..b1510d77ec22a81a4250449d8532109a7070986b 100755 (executable)
@@ -36,6 +36,7 @@
 #
 # Revision history:
 #
+# 0.10.1  -- Improve extraction of default kernel options from /proc/cmdline.
 # 0.10.0  -- Enable running under OS X's recovery system & add warning about
 #            SIP & brief instructions on how to deal with it if SIP is
 #            detected to be enabled. Also change way refind_linux.conf default