aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2009-11-12 16:52:28 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2009-11-12 16:52:28 +0000
commit6ea017a241f7a71c9298cb9199804b577691a016 (patch)
treee5d416229946704aa26fe0efd1f51c87e6c1b994
parent7f35c7ff7a703964a7d83705633d8d41ea804839 (diff)
Minor changes to GRUB-1.9.1 instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9098 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml9
-rw-r--r--chapter06/grub.xml1
-rw-r--r--chapter08/grub.xml2
-rw-r--r--general.ent4
4 files changed, 12 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index d7b97c304..04273b42c 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -38,6 +38,15 @@
-->
<listitem>
+ <para>2009-11-12</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] Minor changes to GRUB-1.9.1 instructions.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2009-11-09</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/grub.xml b/chapter06/grub.xml
index 75e425fcc..6a95795c3 100644
--- a/chapter06/grub.xml
+++ b/chapter06/grub.xml
@@ -46,7 +46,6 @@
cd build
../configure --prefix=/usr \
--sysconfdir=/etc \
- --disable-largefile \
--disable-grub-emu \
--disable-grub-emu-usb \
--disable-grub-fstest \
diff --git a/chapter08/grub.xml b/chapter08/grub.xml
index bfe9bc510..142c78460 100644
--- a/chapter08/grub.xml
+++ b/chapter08/grub.xml
@@ -52,7 +52,7 @@ dd if=floppy.img of =/def/fd0 bs=1440 count=1</userinput></screen>
<para>You can determine what GRUB thinks your disk devices are by running:</para>
-<screen role="nodump"><userinput>grub-mkdevicemap --verbose --device-map=device.map
+<screen role="nodump"><userinput>grub-mkdevicemap --device-map=device.map
cat device.map</userinput></screen>
<para>The location of the boot partition is a choice of the user that
diff --git a/general.ent b/general.ent
index 91c633b72..7b0460b2b 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20091109">
-<!ENTITY releasedate "November 9, 2009">
+<!ENTITY version "SVN-20091112">
+<!ENTITY releasedate "November 12, 2009">
<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->