Changeset 6345f19


Ignore:
Timestamp:
Sep 4, 2012, 6:29:36 PM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
8150908
Parents:
a413a82f
Message:

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

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/x86/grub.xml

    ra413a82f r6345f19  
    2929  the computer if the computer becomes unusable (un-bootable).</para>
    3030
    31   <para os="c">The first thing we need to do is generate a configuration for
    32   GRUB. In previous versions of grub we could create the configuration manually
    33   here, but with GRUB2 we can generate <filename>grub.cfg</filename>
    34   automatically. You can do this with the following command:</para>
    35 
    36 <screen os="d"><userinput>grub-mkconfig -o /boot/grub/grub.cfg</userinput></screen>
    37 
    3831  <warning os="w1">
    3932    <para>The following command will overwrite the current boot loader.
     
    5144<screen os="f"><userinput>grub-install /dev/sda</userinput></screen>
    5245
     46  <para os="c">Next, we need to generate a configuration for GRUB.
     47  In previous versions of grub we could create the configuration manually
     48  here, but with GRUB2 we can generate <filename>grub.cfg</filename>
     49  automatically. You can do this with the following command:</para>
     50
     51<screen os="d"><userinput>grub-mkconfig -o /boot/grub/grub.cfg</userinput></screen>
     52
    5353</sect1>
  • BOOK/introduction/x86/changelog.xml

    ra413a82f r6345f19  
    3232
    3333-->
     34   <listitem>
     35      <para>04 September 2012</para>
     36      <itemizedlist>
     37        <listitem>
     38          <para>[William Harrington] - Update grub instructions in the bootable section.</para>
     39        </listitem>
     40      </itemizedlist>
     41    </listitem>
    3442
    3543    <listitem>
  • BOOK/introduction/x86_64-64/changelog.xml

    ra413a82f r6345f19  
    3333
    3434-->
    35     <listitem>
     35   <listitem>
     36      <para>04 September 2012</para>
     37      <itemizedlist>
     38        <listitem>
     39          <para>[William Harrington] - Update grub instructions in the bootable section.</para>
     40        </listitem>
     41      </itemizedlist>
     42    </listitem>
     43
     44   <listitem>
    3645      <para>30 August 2012</para>
    3746      <itemizedlist>
  • BOOK/introduction/x86_64/changelog.xml

    ra413a82f r6345f19  
    3333
    3434-->
     35   <listitem>
     36      <para>04 September 2012</para>
     37      <itemizedlist>
     38        <listitem>
     39          <para>[William Harrington] - Update grub instructions in the bootable section.</para>
     40        </listitem>
     41      </itemizedlist>
     42    </listitem>
     43
    3544    <listitem>
    3645      <para>26 August 2012</para>
Note: See TracChangeset for help on using the changeset viewer.