Bladeren bron

Minor changes to GRUB-1.9.1 instructions.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9098 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 15 jaren geleden
bovenliggende
commit
6ea017a241
4 gewijzigde bestanden met toevoegingen van 12 en 4 verwijderingen
  1. 9 0
      chapter01/changelog.xml
  2. 0 1
      chapter06/grub.xml
  3. 1 1
      chapter08/grub.xml
  4. 2 2
      general.ent

+ 9 - 0
chapter01/changelog.xml

@@ -37,6 +37,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>

+ 0 - 1
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   \

+ 1 - 1
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

+ 2 - 2
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}]" -->