- Timestamp:
- Feb 21, 2006, 2:11:51 AM (19 years ago)
- Children:
- cddfd5f
- Parents:
- 63ca7338
- Location:
- boot
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/common/e2fsprogs.xml
r63ca7338 r32ec4f08 72 72 <para os="ad">Create needed symlinks for a bootable system:</para> 73 73 74 <screen os="ae"><userinput>install -d ${LFS}/sbin 75 cd ${LFS}/sbin 76 ln -sf ../tools/sbin/fsck.ext2 . 77 ln -sf ../tools/sbin/fsck.ext3 . 78 ln -sf ../tools/sbin/e2fsck .</userinput></screen> 74 <screen os="ae"><userinput>ln -s /tools/sbin/{fsck.ext2,fsck.ext3,e2fsck} ${LFS}/sbin</userinput></screen> 79 75 80 76 </sect2> -
boot/common/fstab.xml
r63ca7338 r32ec4f08 43 43 xpointer="xpointer(//*[@os='c'])"/> 44 44 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"46 href="../../bootable/common/fstab.xml"47 xpointer="xpointer(//*[@os='d'])"/>48 49 45 </sect1> -
boot/common/introduction.xml
r63ca7338 r32ec4f08 15 15 the final system packages.</para> 16 16 17 <para>There are a few additional packages that will need to be 18 installed to allow you to boot the minimal system. Most of these 19 packages will be installed onto the root or in /usr on the LFS 20 partition ($LFS/bin, $LFS/usr/lib, etc...), rather than /tools. 21 However, since you are still installing these packages from the host 22 system, these packages will need to be installed using the "DESTDIR" 23 option with make.</para> 24 25 <para>More detailed info about DESTDIR needed here...</para> 26 27 <para>Also, since you will need to create directories and install 28 packages in them in $LFS (and of course don't want to use root to do 29 this, to avoid damage to the host system), outside of /tools and 30 /cross-tools, you will need to temporarily change the ownership of 31 $LFS to the <systemitem class="username">lfs</systemitem> user. Run 32 the following command as <systemitem 33 class="username">root</systemitem>:</para> 34 35 <screen><userinput>chown lfs $LFS</userinput></screen> 36 17 37 </sect1> -
boot/common/sysvinit.xml
r63ca7338 r32ec4f08 43 43 xpointer="xpointer(//*[@os='e'])"/> 44 44 45 <screen os="ad"><userinput>install -d ${LFS}/bin 46 install -d ${LFS}/usr/bin 47 install -d ${LFS}/usr/include 48 install -d ${LFS}/usr/share/man/man{1,5,8} 49 install -d ${LFS}/etc 50 make -C src install INSTALL="install" ROOT="${LFS}"</userinput></screen> 45 <screen os="ad"><userinput>make -C src install INSTALL="install" ROOT="${LFS}"</userinput></screen> 51 46 52 47 </sect2> -
boot/common/util-linux.xml
r63ca7338 r32ec4f08 118 118 CPU="" DESTDIR=${LFS} install</userinput></screen> 119 119 120 <para os="bj">Now we will put a copy of mount in <filename121 class="directory">/tools/bin</filename>:</para>122 123 <screen os="bk"><userinput>cp ${LFS}/bin/mount /tools/bin</userinput></screen>124 125 120 </sect2> 126 121 -
boot/mips/module-init-tools.xml
r63ca7338 r32ec4f08 49 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 50 50 href="../../final-system/common/module-init-tools.xml" 51 xpointer="xpointer(//*[@os='h'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 54 href="../../final-system/common/module-init-tools.xml" 51 55 xpointer="xpointer(//*[@os='i'])"/> 52 56
Note:
See TracChangeset
for help on using the changeset viewer.