- Timestamp:
- Jan 22, 2011, 1:51:00 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 4c16263
- Parents:
- 7df00c2
- Location:
- BOOK
- Files:
-
- 2 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/appendices/dependencies/x86_64-64.xml
r7df00c2 r24efabe 14 14 <para>This page contains dependency information for packages specific to x86 Pure64.</para> 15 15 16 <!-- Begin Bin86 dependency info -->17 <bridgehead renderas="sect2" id="bin86-dep">Bin86</bridgehead>18 19 <segmentedlist>20 <segtitle>&dependencies;</segtitle>21 22 <seglistitem>23 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Make and Patch</seg>24 </seglistitem>25 </segmentedlist>26 27 <segmentedlist>28 <segtitle>&testsuites;</segtitle>29 30 <seglistitem>31 <seg>None</seg>32 </seglistitem>33 </segmentedlist>34 35 <segmentedlist>36 <segtitle>&before;</segtitle>37 38 <seglistitem>39 <seg>Lilo</seg>40 </seglistitem>41 </segmentedlist>42 43 <!-- Begin Lilo dependency info -->44 <bridgehead renderas="sect2" id="lilo-dep">Lilo</bridgehead>45 46 <segmentedlist>47 <segtitle>&dependencies;</segtitle>48 49 <seglistitem>50 <seg>Bash, Bin86, Binutils, Coreutils, EGLIBC, GCC, Make and Sed</seg>51 </seglistitem>52 </segmentedlist>53 54 <segmentedlist>55 <segtitle>&testsuites;</segtitle>56 57 <seglistitem>58 <seg>None</seg>59 </seglistitem>60 </segmentedlist>61 62 <segmentedlist>63 <segtitle>&before;</segtitle>64 65 <seglistitem>66 <seg>None</seg>67 </seglistitem>68 </segmentedlist>69 70 16 </appendix> -
BOOK/boot/x86-chapter.xml
r7df00c2 r24efabe 22 22 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pwdgroup.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/kernel.xml"/> 24 <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/grub-build.xml"/> -->24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/grub-build.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/settingenviron.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/fstab.xml"/> … … 28 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/devices.xml"/> 29 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/changingowner.xml"/> 30 <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/grub.xml"/> -->31 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/whatnext.xml"/> 32 31 -
BOOK/boot/x86/grub-build.xml
r7df00c2 r24efabe 29 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 30 href="../../final-system/x86/grub.xml" 31 xpointer="xpointer(//*[@os='p1'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"34 href="../../final-system/x86/grub.xml"35 xpointer="xpointer(//*[@os='p2'])"/>36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"38 href="../../final-system/x86/grub.xml"39 xpointer="xpointer(//*[@os='p3'])"/>40 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"42 href="../../final-system/x86/grub.xml"43 xpointer="xpointer(//*[@os='p4'])"/>44 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"46 href="../../final-system/x86/grub.xml"47 xpointer="xpointer(//*[@os='p5'])"/>48 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"50 href="../../final-system/x86/grub.xml"51 xpointer="xpointer(//*[@os='p6'])"/>52 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"54 href="../../final-system/x86/grub.xml"55 xpointer="xpointer(//*[@os='p7'])"/>56 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"58 href="../../final-system/x86/grub.xml"59 xpointer="xpointer(//*[@os='p8'])"/>60 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"62 href="../../final-system/x86/grub.xml"63 31 xpointer="xpointer(//*[@os='a'])"/> 64 32 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 66 href="../../final-system/x86/grub.xml" 67 xpointer="xpointer(//*[@os='b'])"/> 68 69 <screen os="aa"><userinput>./configure --prefix=/usr \ 70 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 33 <screen os="ab"><userinput>./configure --prefix=/usr \ 34 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 35 --sysconfdir=/etc</userinput></screen> 71 36 72 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 82 47 xpointer="xpointer(//*[@os='f'])"/> 83 48 84 <screen os="ab"><userinput>make DESTDIR=${CLFS} install 85 mkdir -v ${CLFS}/boot/grub 86 cp -v ${CLFS}/usr/lib/grub/*/stage{1,2} ${CLFS}/boot/grub</userinput></screen> 87 88 <para os="ac">The directory in 89 <filename class="directory">${CLFS}/usr/lib/grub</filename> (its name 90 depends on your arch) contains a number of <filename>*stage1_5</filename> 91 files, different ones for different file systems. Review the files 92 available and copy the appropriate ones to the <filename 93 class="directory">${CLFS}/boot/grub</filename> directory. Most users will 94 copy the <filename>e2fs_stage1_5</filename> and/or 95 <filename>reiserfs_stage1_5</filename> files.</para> 49 <screen os="ag"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 96 50 97 51 </sect2> -
BOOK/boot/x86_64-64-chapter.xml
r7df00c2 r24efabe 22 22 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pwdgroup.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/kernel.xml"/> 24 <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/bin86.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/lilo-build.xml"/> --> 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/grub-build.xml"/> 26 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/settingenviron.xml"/> 27 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/flags.xml"/> … … 30 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/devices.xml"/> 31 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/changingowner.xml"/> 32 <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/lilo.xml"/> -->33 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/whatnext.xml"/> 34 32 -
BOOK/boot/x86_64-chapter.xml
r7df00c2 r24efabe 22 22 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pwdgroup.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/kernel.xml"/> 24 <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/grub-build.xml"/> -->24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/grub-build.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/settingenviron.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/flags.xml"/> … … 29 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/devices.xml"/> 30 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/changingowner.xml"/> 31 <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/grub.xml"/> -->32 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/whatnext.xml"/> 33 32
Note:
See TracChangeset
for help on using the changeset viewer.