diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter08/grub.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 00b982c08..36915875a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -92,6 +92,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>May 4th, 2004 [winkie]: Chapter 8 - Use the full LFS version for +the GRUB title.</para></listitem> + <listitem><para>May 4th, 2004 [winkie]: Chapter 5 & 6 - Use new patch naming <quote>standard</quote>.</para></listitem> diff --git a/chapter08/grub.xml b/chapter08/grub.xml index add9baaba..4db1dbfef 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -92,7 +92,7 @@ timeout 30 color green/black light-green/black # The first entry is for LFS. -title LFS &milestone; (Linux &linux-version;) +title LFS &version; root (hd0,3) kernel --no-mem-option /boot/lfskernel-&linux-version; root=/dev/hda4 <userinput>EOF</userinput></screen> |