Changeset 732349e for BOOK/boot/mips64
- Timestamp:
- Jun 3, 2014, 2:56:31 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 2db9f66
- Parents:
- 02e8ee7
- Location:
- BOOK/boot/mips64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/mips64/createfiles.xml
r02e8ee7 r732349e 25 25 sed -e 's/tools/usr/' /tools/lib/libstdc++.la > ${CLFS}/usr/lib/libstdc++.la 26 26 ln -sv bash ${CLFS}/bin/sh 27 ln -sv ../run ${CLFS}/var/run28 27 ln -sv /tools/sbin/init ${CLFS}/sbin 29 28 ln -sv /tools/etc/{login.{access,defs},limits} ${CLFS}/etc</userinput></screen> -
BOOK/boot/mips64/creatingdirs.xml
r02e8ee7 r732349e 21 21 install -dv ${CLFS}/root -m 0750 22 22 install -dv ${CLFS}{/var,}/tmp -m 1777 23 ln -sv ../run ${CLFS}/var/run 23 24 mkdir -pv ${CLFS}/usr/{,local/}{bin,include,lib{,32,64},sbin,src} 24 25 mkdir -pv ${CLFS}/usr/{,local/}share/{doc,info,locale,man}
Note:
See TracChangeset
for help on using the changeset viewer.