Changeset d012cdb5 for BOOK/boot/mips
- Timestamp:
- Jul 7, 2006, 8:36:27 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- eda9ef8
- Parents:
- 906ec5b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/mips/creatingdirs.xml
r906ec5b rd012cdb5 15 15 xpointer="xpointer(//*[@os='a'])"/> 16 16 17 <screen><userinput>install -dv ${CLFS}/{bin,boot,dev,etc/opt,home,lib,mnt} 18 install -dv ${CLFS}/{sbin,srv,usr/local,var,opt,proc,sys} 19 install -dv ${CLFS}/root -m 0750 20 install -dv ${CLFS}/tmp ${CLFS}/var/tmp -m 1777 21 install -dv ${CLFS}/media/{floppy,cdrom} 22 install -dv ${CLFS}/usr/{bin,include,lib,sbin,share,src} 23 ln -sv share/{man,doc,info} ${CLFS}/usr 24 install -dv ${CLFS}/usr/share/{doc,info,locale,man} 25 install -dv ${CLFS}/usr/share/{misc,terminfo,zoneinfo} 26 install -dv ${CLFS}/usr/share/man/man{1,2,3,4,5,6,7,8} 27 install -dv ${CLFS}/usr/local/{bin,etc,include,lib,sbin,share,src} 28 ln -sv share/{man,doc,info} ${CLFS}/usr/local 29 install -dv ${CLFS}/usr/local/share/{doc,info,locale,man} 30 install -dv ${CLFS}/usr/local/share/{misc,terminfo,zoneinfo} 31 install -dv ${CLFS}/usr/local/share/man/man{1,2,3,4,5,6,7,8} 32 install -dv ${CLFS}/var/{lock,log,mail,run,spool} 33 install -dv ${CLFS}/var/{opt,cache,lib/{misc,locate},local} 34 install -dv ${CLFS}/opt/{bin,doc,include,info} 35 install -dv ${CLFS}/opt/{lib,man/man{1,2,3,4,5,6,7,8}}</userinput></screen> 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 18 href="../common/creatingdirs.xml" 19 xpointer="xpointer(//*[@os='b'])"/> 36 20 37 21 <para>These entries are needed for the RaQ2 bootloader. Only use these … … 43 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 44 28 href="../common/creatingdirs.xml" 45 xpointer="xpointer(//*[@os='b'])"/>46 47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"48 href="../common/creatingdirs.xml"49 29 xpointer="xpointer(//*[@os='c'])"/> 50 30 … … 53 33 xpointer="xpointer(//*[@os='d'])"/> 54 34 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 36 href="../common/creatingdirs.xml" 37 xpointer="xpointer(//*[@os='e'])"/> 38 55 39 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.