Changeset c61d8aa for BOOK/boot/multilib
- Timestamp:
- Jun 3, 2014, 2:56:51 AM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- 2fc521b
- Parents:
- 7b72df8
- git-author:
- Chris Staub <chris@…> (06/03/14 02:56:31)
- git-committer:
- Chris Staub <chris@…> (06/03/14 02:56:51)
- Location:
- BOOK/boot/multilib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/multilib/createfiles.xml
r7b72df8 rc61d8aa 23 23 sed -e 's/tools/usr/' /tools/lib/libstdc++.la > ${CLFS}/usr/lib/libstdc++.la 24 24 ln -sv bash ${CLFS}/bin/sh 25 ln -sv ../run ${CLFS}/var/run26 25 ln -sv /tools/sbin/init ${CLFS}/sbin 27 26 ln -sv /tools/etc/{login.{access,defs},limits} ${CLFS}/etc</userinput></screen> -
BOOK/boot/multilib/creatingdirs.xml
r7b72df8 rc61d8aa 25 25 install -dv ${CLFS}/root -m 0750 26 26 install -dv ${CLFS}{/var,}/tmp -m 1777 27 ln -sv ../run ${CLFS}/var/run 27 28 mkdir -pv ${CLFS}/usr/{,local/}{bin,include,lib{,64},sbin,src} 28 29 mkdir -pv ${CLFS}/usr/{,local/}share/{doc,info,locale,man}
Note:
See TracChangeset
for help on using the changeset viewer.