Changeset 3f76cac for BOOK/boot/x86_64
- Timestamp:
- Jul 1, 2006, 11:52:01 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0ee61bb
- Parents:
- a90a072
- Location:
- BOOK/boot/x86_64
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/x86_64/flags.xml
ra90a072 r3f76cac 14 14 we boot-up they will be there:</para> 15 15 16 <screen><userinput>echo export BUILD32=\""${BUILD32}\"" >> ${ LFS}/root/.bash_profile17 echo export BUILD64=\""${BUILD64}\"" >> ${ LFS}/root/.bash_profile18 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" >> ${ LFS}/root/.bash_profile</userinput></screen>16 <screen><userinput>echo export BUILD32=\""${BUILD32}\"" >> ${CLFS}/root/.bash_profile 17 echo export BUILD64=\""${BUILD64}\"" >> ${CLFS}/root/.bash_profile 18 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" >> ${CLFS}/root/.bash_profile</userinput></screen> 19 19 20 20 </sect1> -
BOOK/boot/x86_64/grub-build.xml
ra90a072 r3f76cac 46 46 xpointer="xpointer(//*[@os='f'])"/> 47 47 48 <screen os="ab"><userinput>make DESTDIR=${ LFS} install49 mkdir -v ${ LFS}/boot/grub50 cp -v ${ LFS}/usr/lib/grub/x86_64-pc/stage{1,2} ${LFS}/boot/grub</userinput></screen>48 <screen os="ab"><userinput>make DESTDIR=${CLFS} install 49 mkdir -v ${CLFS}/boot/grub 50 cp -v ${CLFS}/usr/lib/grub/x86_64-pc/stage{1,2} ${CLFS}/boot/grub</userinput></screen> 51 51 52 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 58 58 files, different ones for different file systems. Review the files 59 59 available and copy the appropriate ones to the <filename 60 class="directory">${ LFS}/boot/grub</filename> directory. Most60 class="directory">${CLFS}/boot/grub</filename> directory. Most 61 61 users will copy the <filename>e2fs_stage1_5</filename> and/or 62 62 <filename>reiserfs_stage1_5</filename> files.</para> -
BOOK/boot/x86_64/kernel.xml
ra90a072 r3f76cac 88 88 89 89 <screen><userinput>make ARCH=x86_64 CROSS_COMPILE=${CLFS_TARGET}- \ 90 INSTALL_MOD_PATH=${ LFS} modules_install</userinput></screen>90 INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen> 91 91 92 92 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 98 98 xpointer="xpointer(//*[@os='v'])"/> 99 99 100 <screen><userinput>cp -v arch/x86_64/boot/bzImage ${ LFS}/boot/lfskernel-&linux-version;</userinput></screen>100 <screen><userinput>cp -v arch/x86_64/boot/bzImage ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen> 101 101 102 102 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.