Ignore:
Timestamp:
Sep 22, 2006, 8:30:38 PM (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:
8953f24
Parents:
5921622
Message:

Sync up with 1.0 Book

File:
1 edited

Legend:

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

    r5921622 r040521bc  
    5656<screen os="ab"><userinput>make DESTDIR=${CLFS} install
    5757mkdir -v ${CLFS}/boot/grub
    58 cp -v ${CLFS}/usr/lib/grub/i386-pc/stage{1,2} ${CLFS}/boot/grub</userinput></screen>
     58cp -v ${CLFS}/usr/lib/grub/*/stage{1,2} ${CLFS}/boot/grub</userinput></screen>
    5959
    60     <para os="ac">The <filename class="directory">i386-pc</filename> directory
    61     contains a number of <filename>*stage1_5</filename> files, different
    62     ones for different file systems. Review the files available and copy
    63     the appropriate ones to the <filename
     60    <para os="ac">The directory in
     61    <filename class="directory">${CLFS}/usr/lib/grub</filename> (its name
     62    depends on your arch) contains a number of <filename>*stage1_5</filename>
     63    files, different ones for different file systems. Review the files
     64    available and copy the appropriate ones to the <filename
    6465    class="directory">${CLFS}/boot/grub</filename> directory. Most users will
    6566    copy the <filename>e2fs_stage1_5</filename> and/or
Note: See TracChangeset for help on using the changeset viewer.