Ignore:
Timestamp:
Feb 23, 2006, 12:30:23 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f28463f
Parents:
6c4e93e
Message:

r2400@server (orig r1198): chris | 2006-02-22 23:36:58 -0800
Fixed GRUB installation instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/x86/grub-build.xml

    r6c4e93e r2013ad9  
    3131    xpointer="xpointer(//*[@os='b'])"/>
    3232
    33 <screen os="aa"><userinput>./configure --prefix=${LFS}/usr \
     33<screen os="aa"><userinput>./configure --prefix=/usr \
    3434   --host=${LFS_TARGET}</userinput></screen>
    3535
     
    4646    xpointer="xpointer(//*[@os='f'])"/>
    4747
    48 <screen os="ab"><userinput>make install
     48<screen os="ab"><userinput>make DESTDIR=${LFS} install
    4949mkdir ${LFS}/boot/grub
    5050cp ${LFS}/usr/lib/grub/i386-pc/stage{1,2} ${LFS}/boot/grub</userinput></screen>
    51 
    52     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    53     href="../../final-system/x86/grub.xml"
    54     xpointer="xpointer(//*[@os='i'])"/>
    5551
    5652    <para os="ac">The <filename class="directory">i386-pc</filename> directory
Note: See TracChangeset for help on using the changeset viewer.