diff options
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter06/grub.xml | 1 | ||||
-rw-r--r-- | chapter08/grub.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
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 – --> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |