[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 6345f19d244ab34e7c2b6f10db9932734449cd02

git git at cross-lfs.org
Tue Sep 4 18:29:45 PDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  6345f19d244ab34e7c2b6f10db9932734449cd02 (commit)
      from  a413a82f99ad88aa8779175800165c0e28396117 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6345f19d244ab34e7c2b6f10db9932734449cd02
Author: William Harrington <kb0iic at gmail.com>
Date:   Tue Sep 4 20:29:36 2012 -0500

    Update the x86 books at the make the system bootable with grub section.

diff --git a/BOOK/bootable/x86/grub.xml b/BOOK/bootable/x86/grub.xml
index 69878ef..e727650 100644
--- a/BOOK/bootable/x86/grub.xml
+++ b/BOOK/bootable/x86/grub.xml
@@ -28,13 +28,6 @@
   Make sure that an emergency boot disk is ready to <quote>rescue</quote>
   the computer if the computer becomes unusable (un-bootable).</para>
 
-  <para os="c">The first thing we need to do is generate a configuration for
-  GRUB. In previous versions of grub we could create the configuration manually
-  here, but with GRUB2 we can generate <filename>grub.cfg</filename>
-  automatically. You can do this with the following command:</para>
-
-<screen os="d"><userinput>grub-mkconfig -o /boot/grub/grub.cfg</userinput></screen>
-
   <warning os="w1">
     <para>The following command will overwrite the current boot loader.
     Do not run the command if this is not desired, for example, if using
@@ -50,4 +43,11 @@
 
 <screen os="f"><userinput>grub-install /dev/sda</userinput></screen>
 
+  <para os="c">Next, we need to generate a configuration for GRUB.
+  In previous versions of grub we could create the configuration manually
+  here, but with GRUB2 we can generate <filename>grub.cfg</filename>
+  automatically. You can do this with the following command:</para>
+
+<screen os="d"><userinput>grub-mkconfig -o /boot/grub/grub.cfg</userinput></screen>
+
 </sect1>
diff --git a/BOOK/introduction/x86/changelog.xml b/BOOK/introduction/x86/changelog.xml
index 77392fd..09c85d8 100644
--- a/BOOK/introduction/x86/changelog.xml
+++ b/BOOK/introduction/x86/changelog.xml
@@ -31,6 +31,14 @@
     </listitem>
 
 -->
+   <listitem>
+      <para>04 September 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Update grub instructions in the bootable section.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>15 February 2012</para>
diff --git a/BOOK/introduction/x86_64-64/changelog.xml b/BOOK/introduction/x86_64-64/changelog.xml
index 9d28ecf..f9ec11b 100644
--- a/BOOK/introduction/x86_64-64/changelog.xml
+++ b/BOOK/introduction/x86_64-64/changelog.xml
@@ -32,7 +32,16 @@
     </listitem>
 
 -->
-    <listitem>
+   <listitem>
+      <para>04 September 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Update grub instructions in the bootable section.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+   <listitem>
       <para>30 August 2012</para>
       <itemizedlist>
         <listitem>
diff --git a/BOOK/introduction/x86_64/changelog.xml b/BOOK/introduction/x86_64/changelog.xml
index 84fa812..3048025 100644
--- a/BOOK/introduction/x86_64/changelog.xml
+++ b/BOOK/introduction/x86_64/changelog.xml
@@ -32,6 +32,15 @@
     </listitem>
 
 -->
+   <listitem>
+      <para>04 September 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Update grub instructions in the bootable section.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>26 August 2012</para>
       <itemizedlist>

-----------------------------------------------------------------------

Summary of changes:
 BOOK/bootable/x86/grub.xml                |   14 +++++++-------
 BOOK/introduction/x86/changelog.xml       |    8 ++++++++
 BOOK/introduction/x86_64-64/changelog.xml |   11 ++++++++++-
 BOOK/introduction/x86_64/changelog.xml    |    9 +++++++++
 4 files changed, 34 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list