Changeset 71eb6ac for chapter08


Ignore:
Timestamp:
07/25/2007 01:58:03 AM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
f88b3c5
Parents:
dde6e423
Message:

Merged r8225, r8230, r8231, r8233, r8234, r8235, r8238, r8242 and r8244 from trunk to x86_64 branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/x86_64/BOOK@8247 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/grub.xml

    rdde6e423 r71eb6ac  
    135135  satisfy this requirement, issue the following command:</para>
    136136
    137 <screen><userinput>mkdir -v /etc/grub &amp;&amp;
     137<screen><userinput>mkdir -v /etc/grub
    138138ln -sv /boot/grub/menu.lst /etc/grub</userinput></screen>
    139139
  • chapter08/kernel.xml

    rdde6e423 r71eb6ac  
    130130    <para>Install the documentation for the Linux kernel:</para>
    131131
    132 <screen><userinput>install -d /usr/share/doc/linux-&linux-version; &amp;&amp;
     132<screen><userinput>install -d /usr/share/doc/linux-&linux-version;
    133133cp -r Documentation/* /usr/share/doc/linux-&linux-version;</userinput></screen>
    134134
Note: See TracChangeset for help on using the changeset viewer.