Changeset 73ace20 for BOOK/boot/common
- Timestamp:
- Oct 10, 2012, 6:42:21 PM (13 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f7b2c72
- Parents:
- 0cce40d (diff), 80cbd64 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- BOOK/boot/common
- Files:
-
- 2 added
- 1 deleted
- 5 edited
-
createfiles.xml (modified) (1 diff)
-
creatingdirs.xml (modified) (1 diff)
-
fstab.xml (modified) (1 diff)
-
kmod.xml (added)
-
module-init-tools.xml (deleted)
-
shadow.xml (added)
-
udev.xml (modified) (2 diffs)
-
util-linux.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/createfiles.xml
r0cce40d r73ace20 16 16 the next chapter after the software has been installed.</para> 17 17 18 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,p wd,sleep,stty} ${CLFS}/bin18 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,passwd,pwd,sleep,stty} ${CLFS}/bin 19 19 ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin 20 20 ln -sv /tools/bin/file ${CLFS}/usr/bin 21 21 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib 22 22 ln -sv /tools/lib/libstd*so* ${CLFS}/usr/lib 23 ln -sv bash ${CLFS}/bin/sh</userinput></screen> 23 ln -sv bash ${CLFS}/bin/sh 24 ln -sv ../run ${CLFS}/var/run</userinput></screen> 24 25 25 26 </sect1> -
BOOK/boot/common/creatingdirs.xml
r0cce40d r73ace20 15 15 16 16 <screen os="b"><userinput>mkdir -pv ${CLFS}/{bin,boot,dev,{etc/,}opt,home,lib,mnt} 17 mkdir -pv ${CLFS}/{proc,media/{floppy,cdrom}, sbin,srv,sys}18 mkdir -pv ${CLFS}/var/{lock,log,mail, run,spool}17 mkdir -pv ${CLFS}/{proc,media/{floppy,cdrom},run/{,shm},sbin,srv,sys} 18 mkdir -pv ${CLFS}/var/{lock,log,mail,spool} 19 19 mkdir -pv ${CLFS}/var/{opt,cache,lib/{misc,locate},local} 20 20 install -dv -m 0750 ${CLFS}/root -
BOOK/boot/common/fstab.xml
r0cce40d r73ace20 32 32 devpts /dev/pts devpts gid=&gid-tty;,mode=620 0 0 33 33 shm /dev/shm tmpfs defaults 0 0 34 tmpfs /run tmpfs defaults 0 0 35 devtmpfs /dev devtmpfs mode=0755,nosuid 0 0 34 36 # End /etc/fstab</literal> 35 37 EOF</userinput></screen> -
BOOK/boot/common/udev.xml
r0cce40d r73ace20 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>LIBS="-lpthread" ./configure --prefix=/usr \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --exec-prefix="" --sysconfdir=/etc \ 32 --libexecdir=/lib/udev --libdir=/usr/lib \ 33 --disable-extras --disable-introspection</userinput></screen> 29 <screen os="b"><userinput>LIBS="-lpthread" \ 30 BLKID_CFLAGS="-I/tools/include/blkid" BLKID_LIBS="-L/tools/lib -lblkid" \ 31 KMOD_CFLAGS="-I/tools/include" KMOD_LIBS="-L${CLFS}/lib -lkmod" \ 32 ./configure --prefix=/usr --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 33 --with-rootprefix=$CLFS --bindir=/sbin --sysconfdir=/etc --libexecdir=/lib \ 34 --disable-introspection --with-usb-ids-path=no --with-pci-ids-path=no \ 35 --disable-gtk-doc-html --disable-gudev --disable-keymap --disable-logging \ 36 --with-firmware-path=/lib/firmware</userinput></screen> 34 37 35 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 47 50 <screen os="j"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 48 51 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 href="../../final-system/common/udev.xml" 54 xpointer="xpointer(//*[@os='i'])"/> 55 56 <screen os="k"><userinput>install -dv ${CLFS}/lib/firmware</userinput></screen> 57 49 58 </sect2> 50 59 -
BOOK/boot/common/util-linux.xml
r0cce40d r73ace20 22 22 <sect2 role="installation"> 23 23 <title>Installation of Util-linux</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../chroot/common/util-linux.xml" 27 xpointer="xpointer(//*[@os='f1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../chroot/common/util-linux.xml" 31 xpointer="xpointer(//*[@os='f2'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 30 38 ./configure --prefix=/tools --exec-prefix=/tools \ 31 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 -- enable-login-utils --disable-makeinstall-chown</userinput></screen>40 --disable-makeinstall-chown --config-cache</userinput></screen> 33 41 34 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.
