From: srs5694 Date: Tue, 17 Nov 2015 15:00:17 +0000 (-0500) Subject: Small documentation changes. X-Git-Url: https://code.delx.au/refind/commitdiff_plain/ce683bf936f2cd237a8767a34535a65a449bd047 Small documentation changes. --- diff --git a/NEWS.txt b/NEWS.txt index 1e9f6a4..1285754 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,5 +1,14 @@ -0.9.3 (11/8/2015): ------------------- +0.10.1 (??/??/201?): +-------------------- + +- The refind-install script can now be run as a symbolic link in Linux. + This enables creating a /usr/sbin/refind-install link in Linux packages, + with the binaries stashed wherever the package system likes them. This + feature does NOT work in OS X, but there's relatively little need for it + there. + +0.10.0 (11/8/2015): +------------------- - Fixed bug that caused refind-install to not unmount the ESP when it should under OS X. diff --git a/debian/debinstall b/debian/debinstall index 5795cc7..75fed9e 100755 --- a/debian/debinstall +++ b/debian/debinstall @@ -51,6 +51,7 @@ install -Dp -m0644 NEWS.txt COPYING.txt LICENSE.txt README.txt CREDITS.txt $BUIL mkdir -p $BUILD_ROOT/usr/share/man/man8 install -Dp -m0644 docs/man/mvrefind.8 $BUILD_ROOT/usr/share/man/man8 install -Dp -m0644 docs/man/mkrlconf.8 $BUILD_ROOT/usr/share/man/man8 +install -Dp -m0644 docs/man/refind-install.8 $BUILD_ROOT/usr/share/man/man8 # Copy keys to /etc/refind.d/keys mkdir -p $BUILD_ROOT/etc/refind.d/keys diff --git a/docs/refind/sip.html b/docs/refind/sip.html index 87b055c..3aca7a8 100644 --- a/docs/refind/sip.html +++ b/docs/refind/sip.html @@ -16,7 +16,8 @@

by Roderick W. Smith, rodsmith@rodsbooks.com

-

Originally written: 11/8/2015, referencing rEFInd 0.10.0

+

Originally written: 11/8/2015; last Web page update: +11/17/2015, referencing rEFInd 0.10.0

This Web page is provided free of charge and with no annoying outside ads; however, I did take time to prepare it, and Web hosting does cost money. If you find this Web page useful, please consider making a small donation to help keep this site up and running. Thanks!

@@ -196,7 +197,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

  • Reboot the computer.
  • -
  • At the startup chime, hold down the Option+R key combination. The computer should launch into the Recovery system. This is a very bare system, with only a window providing a way to launch a handful of utilities and a menu bar. You must use the latter.
  • +
  • At the startup chime, hold down the Command+R key combination. The computer should launch into the Recovery system. This is a very bare system, with only a window providing a way to launch a handful of utilities and a menu bar. You must use the latter.
  • Select Utilities -> Terminal from the menu bar. A Terminal window should open.
  • @@ -206,7 +207,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

  • Type df -h in the Terminal. This produces a list of partitions that are mounted. Locate the one on which you unpacked the rEFInd files. It will normally be /Volumes/Somename, where Somename is the volume's name.
  • -
  • In the Terminal, use cd to change to the directory where the rEFInd files you unpacked earlier are stored. For instance, on my MacBook, I would type cd /Volumes/Macintosh\ HD/Users/rodsmith/Destkop/refind-0.10.0. Note that if any element of this path includes a space, you must either enclose the entire path in quotes or precede the space with a backslash (\), as in this example's Macintish\ HD volume name.
  • +
  • In the Terminal, use cd to change to the directory where the rEFInd files you unpacked earlier are stored. For instance, on my MacBook, I would type cd /Volumes/Macintosh\ HD/Users/rodsmith/Destkop/refind-0.10.0. Note that if any element of this path includes a space, you must either enclose the entire path in quotes or precede the space with a backslash (\), as in this example's Macintosh\ HD volume name.
  • Type ls to verify that refind-install is present in this directory.
  • diff --git a/refind.spec b/refind.spec index 1cde79d..12acf19 100644 --- a/refind.spec +++ b/refind.spec @@ -98,6 +98,7 @@ install -Dp -m0644 NEWS.txt COPYING.txt LICENSE.txt README.txt CREDITS.txt $RPM_ mkdir -p $RPM_BUILD_ROOT/usr/share/man/man8 install -Dp -m0644 docs/man/mvrefind.8 $RPM_BUILD_ROOT/usr/share/man/man8 install -Dp -m0644 docs/man/mkrlconf.8 $RPM_BUILD_ROOT/usr/share/man/man8 +install -Dp -m0644 docs/man/refind-install.8 $RPM_BUILD_ROOT/usr/share/man/man8 # Copy keys to /etc/refind.d/keys mkdir -p $RPM_BUILD_ROOT/etc/refind.d/keys