source: BOOK/boot/mips64/creatingdirs.xml @ b8bd862

clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since b8bd862 was b8bd862, checked in by Chris Staub <chris@…>, 10 years ago

Remove documentation symlinks

  • Property mode set to 100644
File size: 1.8 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-boot-creatingdirs">
9  <?dbhtml filename="creatingdirs.html"?>
10
11  <title>Creating Directories</title>
12
[dabbced]13  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]14  href="../common/creatingdirs.xml"
15  xpointer="xpointer(//*[@os='a'])"/>
16
[fd6bb04]17<screen><userinput>mkdir -pv ${CLFS}/{bin,boot,dev,{etc/,}opt,home,lib{,32,64},mnt}
[6b2fbfc]18mkdir -pv ${CLFS}/{proc,media/{floppy,cdrom},run/{shm},sbin,srv,sys}
[97a96f1]19mkdir -pv ${CLFS}/var/{lock,log,mail,spool}
[fd6bb04]20mkdir -pv ${CLFS}/var/{opt,cache,lib{,32,64}/{misc,locate},local}
[3f76cac]21install -dv ${CLFS}/root -m 0750
[eda9ef8]22install -dv ${CLFS}{/var,}/tmp -m 1777
23mkdir -pv ${CLFS}/usr/{,local/}{bin,include,lib{,32,64},sbin,src}
24mkdir -pv ${CLFS}/usr/{,local/}share/{doc,info,locale,man}
25mkdir -pv ${CLFS}/usr/{,local/}share/{misc,terminfo,zoneinfo}
[fd6bb04]26mkdir -pv ${CLFS}/usr/{,local/}share/man/man{1,2,3,4,5,6,7,8}
[3f76cac]27install -dv ${CLFS}/usr/lib/locale
28ln -sv ../lib/locale ${CLFS}/usr/lib32
29ln -sv ../lib/locale ${CLFS}/usr/lib64</userinput></screen>
[3f8be484]30
31   <para>These entries are needed for the RaQ2 bootloader. Only use these
32   if you are utilizing the Colo bootloader:</para>
33
[3f76cac]34<screen><userinput>cd /${CLFS}/boot
[661d1a4]35ln -svf . boot</userinput></screen>
[3f8be484]36
[dabbced]37  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]38  href="../common/creatingdirs.xml"
[d012cdb5]39  xpointer="xpointer(//*[@os='c'])"/>
[3f8be484]40
[dabbced]41  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]42  href="../common/creatingdirs.xml"
[d012cdb5]43  xpointer="xpointer(//*[@os='d'])"/>
[3f8be484]44
[dabbced]45  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]46  href="../common/creatingdirs.xml"
[d012cdb5]47  xpointer="xpointer(//*[@os='e'])"/>
[3f8be484]48
49</sect1>
Note: See TracBrowser for help on using the repository browser.