From b2410fb7695fb349a65a2749e9524f250a4f6420 Mon Sep 17 00:00:00 2001 From: srs5694 Date: Mon, 31 Dec 2012 20:28:20 -0500 Subject: [PATCH 1/1] Changes to RPM .spec file and installation script to make for better RPM version. --- NEWS.txt | 5 ++ docs/Styles/styles.css | 14 ++++ docs/refind/getting.html | 64 +++++++++---------- docs/refind/installing.html | 94 ++++++++++++++++++++++++--- install.sh | 50 ++++++++++----- keys/README.txt | 3 + mkdistrib | 15 +++-- refind.spec | 124 ++++++++++++++++++++++++++++-------- 8 files changed, 279 insertions(+), 90 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 231a5ca..535eae4 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,8 @@ +0.6.3 (?/?/2013): +----------------- + + + 0.6.2 (12/30/2012): ------------------- diff --git a/docs/Styles/styles.css b/docs/Styles/styles.css index 5721247..9ecadda 100644 --- a/docs/Styles/styles.css +++ b/docs/Styles/styles.css @@ -62,6 +62,15 @@ h1,h2,h3,h4 { background-color:#EEE; } +.navbar { + width: 40%; + float: none; + padding: 5px; + border: 5px solid gray; + margin: 10px; + background-color:#EEE; +} + .subhead { font-family:"Verdana", "Trebuchet", "Helvetica", sans-serif; font-size:150%; @@ -72,3 +81,8 @@ h1,h2,h3,h4 { .left { text-align:left; } + +.tight { + margin-top: 0.25em; + margin-bottom: 0.5em; +} diff --git a/docs/refind/getting.html b/docs/refind/getting.html index d7cd605..0db57ee 100644 --- a/docs/refind/getting.html +++ b/docs/refind/getting.html @@ -15,7 +15,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 3/14/2012; last Web page update: -12/30/2012, referencing rEFInd 0.6.2

+12/31/2012, referencing rEFInd 0.6.2

I'm a technical writer and consultant specializing in Linux technologies. 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!

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

source code zip file—This is useful if you want to compile the software locally. Note that I use Linux with the TianoCore EFI - Development Kit 2 (EDK2) to build my binary zip package (below), + Development Kit 2 (EDK2) to build my binary packages (below), although the GNU-EFI development tools are also supported. @@ -116,6 +116,28 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Which you install depends on your architecture, as described on the Installing rEFInd page. +
  • A + binary RPM file—If you use an RPM-based x86-64 + Linux system such as Fedora or openSUSE, you can install the binary RPM + package rather than use the binary zip file. (I don't provide an + equivalent 32-bit package.) This package runs the install.sh + script (described on the Installing + rEFInd page) as part of the installation process. Distribution + maintainers can examine the refind.spec file in the source + package and tweak it to their needs. The source + RPM file might or might not build on your system as-is; it relies + on assumptions about the locations of the GNU-EFI development + files.
  • + +
  • A + binary Debian package—If you use an x86-64 version + of Debian, Ubuntu, Mint, or another Debian-based distribution, you can + install from this package, which was converted from the binary RPM + package using alien.
  • +