- Timestamp:
- Apr 28, 2014, 8:56:46 PM (12 years ago)
- Parents:
- 5c8e74d (diff), 31cfd067 (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
- Files:
-
- 1 added
- 26 edited
- 1 moved
-
64/shadow.xml (modified) (1 diff)
-
alpha-chapter.xml (modified) (2 diffs)
-
common/boot-scripts.xml (moved) (moved from BOOK/boot/common/bootscripts.xml ) (21 diffs)
-
common/createfiles.xml (modified) (1 diff)
-
common/devices.xml (modified) (1 diff)
-
common/fstab.xml (modified) (3 diffs)
-
common/howtoview.xml (added)
-
common/pwdgroup.xml (modified) (2 diffs)
-
common/settingenviron.xml (modified) (2 diffs)
-
common/shadow.xml (modified) (1 diff)
-
common/sysvinit.xml (modified) (2 diffs)
-
mips-chapter.xml (modified) (2 diffs)
-
mips64-64-chapter.xml (modified) (2 diffs)
-
mips64-chapter.xml (modified) (2 diffs)
-
mips64/createfiles.xml (modified) (1 diff)
-
multilib/createfiles.xml (modified) (1 diff)
-
ppc-chapter.xml (modified) (2 diffs)
-
ppc64-64-chapter.xml (modified) (2 diffs)
-
ppc64-chapter.xml (modified) (2 diffs)
-
sparc-chapter.xml (modified) (2 diffs)
-
sparc/fstab.xml (modified) (2 diffs)
-
sparc/silo-build.xml (modified) (1 diff)
-
sparc/silo.xml (modified) (2 diffs)
-
sparc64-64-chapter.xml (modified) (2 diffs)
-
sparc64-chapter.xml (modified) (2 diffs)
-
x86-chapter.xml (modified) (2 diffs)
-
x86_64-64-chapter.xml (modified) (2 diffs)
-
x86_64-chapter.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/64/shadow.xml
r5c8e74d r350ab24 41 41 href="../common/shadow.xml" 42 42 xpointer="xpointer(//*[@os='f'])"/> 43 43 44 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 45 href="../common/shadow.xml" -
BOOK/boot/alpha-chapter.xml
r5c8e74d r350ab24 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot scripts.xml"/>15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/e2fsprogs.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/kmod.xml"/> … … 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alpha/aboot.xml"/> 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/changingowner.xml"/> 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/howtoview.xml"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/> 32 33 -
BOOK/boot/common/boot-scripts.xml
r5c8e74d r350ab24 6 6 ]> 7 7 8 <sect1 id="ch-scripts-boot scripts" role="wrap">9 <?dbhtml filename="boot scripts.html"?>10 11 <title>Boot scripts for CLFS &bootscripts-clfs-version;</title>12 13 <indexterm zone="ch-scripts-boot scripts">14 <primary sortas="a-Boot scripts">Bootscripts</primary>8 <sect1 id="ch-scripts-boot-scripts" role="wrap"> 9 <?dbhtml filename="boot-scripts.html"?> 10 11 <title>Boot-scripts for CLFS &boot-scripts-clfs-version;</title> 12 13 <indexterm zone="ch-scripts-boot-scripts"> 14 <primary sortas="a-Boot-scripts">Boot-scripts</primary> 15 15 </indexterm> 16 16 … … 18 18 <title/> 19 19 20 <para>The Boot scripts package contains a set of scripts to20 <para>The Boot-scripts package contains a set of scripts to 21 21 start/stop the CLFS system at bootup/shutdown.</para> 22 22 … … 24 24 25 25 <sect2 role="installation"> 26 <title>Installation of Bootscripts</title> 27 28 <para os="s1">Update the bootscripts so they can be used in /tools:</para> 29 30 <screen os="s2"><userinput>patch -Np1 -i ../bootscripts-cross-lfs-2.1-pre1-updates-1.patch</userinput></screen> 26 <title>Installation of Boot-scripts</title> 31 27 32 28 <para os="a">Install the package:</para> 33 29 34 <screen os="b"><userinput>make DESTDIR=/tools install- minimal</userinput></screen>30 <screen os="b"><userinput>make DESTDIR=/tools install-boot-scripts</userinput></screen> 35 31 36 32 <para os="c">The <command>setclock</command> script reads the time from the … … 38 34 Semiconductor (CMOS) clock. If the hardware clock is set to UTC, this 39 35 script will convert the hardware clock's time to the local time using 40 the <filename>/ etc/localtime</filename> file (which tells the36 the <filename>/tools/etc/sysconfig/clock</filename> file (which tells the 41 37 <command>hwclock</command> program which timezone the user is in). There 42 38 is no way to detect whether or not the hardware clock is set to UTC, so … … 48 44 you can find out after you have booted the new machine by running the 49 45 <userinput>hwclock --localtime --show</userinput> command, and if 50 necessary editing the <filename>/ etc/sysconfig/clock</filename> script.46 necessary editing the <filename>/tools/etc/sysconfig/clock</filename> file. 51 47 The worst that will happen if you make a wrong guess here is that the 52 48 time displayed will be wrong.</para> … … 66 62 </sect2> 67 63 68 <sect2 id="contents-boot scripts" role="content">69 <title>Contents of Boot scripts</title>64 <sect2 id="contents-boot-scripts" role="content"> 65 <title>Contents of Boot-scripts</title> 70 66 71 67 <segmentedlist> … … 83 79 <?dbhtml list-presentation="table"?> 84 80 85 <varlistentry id="checkfs-boot scripts">81 <varlistentry id="checkfs-boot-scripts"> 86 82 <term><command>checkfs</command></term> 87 83 <listitem> … … 89 85 mounted (with the exception of journal and network based file 90 86 systems)</para> 91 <indexterm zone="ch-scripts-boot scripts checkfs-bootscripts">87 <indexterm zone="ch-scripts-boot-scripts checkfs-boot-scripts"> 92 88 <primary sortas="d-checkfs">checkfs</primary> 93 89 </indexterm> … … 95 91 </varlistentry> 96 92 97 <varlistentry id="cleanfs-boot scripts">93 <varlistentry id="cleanfs-boot-scripts"> 98 94 <term><command>cleanfs</command></term> 99 95 <listitem> … … 104 100 <filename>/etc/nologin</filename>, <filename>/fastboot</filename>, 105 101 and <filename>/forcefsck</filename> files</para> 106 <indexterm zone="ch-scripts-boot scripts cleanfs-bootscripts">102 <indexterm zone="ch-scripts-boot-scripts cleanfs-boot-scripts"> 107 103 <primary sortas="d-cleanfs">cleanfs</primary> 108 104 </indexterm> … … 110 106 </varlistentry> 111 107 112 <varlistentry id="functions-boot scripts">108 <varlistentry id="functions-boot-scripts"> 113 109 <term><command>functions</command></term> 114 110 <listitem> 115 111 <para>Contains common functions, such as error and status checking, 116 that are used by several boot scripts</para>117 <indexterm zone="ch-scripts-boot scripts functions-bootscripts">112 that are used by several boot-scripts</para> 113 <indexterm zone="ch-scripts-boot-scripts functions-boot-scripts"> 118 114 <primary sortas="d-functions">functions</primary> 119 115 </indexterm> … … 121 117 </varlistentry> 122 118 123 <varlistentry id="halt-boot scripts">119 <varlistentry id="halt-boot-scripts"> 124 120 <term><command>halt</command></term> 125 121 <listitem> 126 122 <para>Halts the system</para> 127 <indexterm zone="ch-scripts-boot scripts halt-bootscripts">123 <indexterm zone="ch-scripts-boot-scripts halt-boot-scripts"> 128 124 <primary sortas="d-halt">halt</primary> 129 125 </indexterm> … … 131 127 </varlistentry> 132 128 133 <varlistentry id="localnet-boot scripts">129 <varlistentry id="localnet-boot-scripts"> 134 130 <term><command>localnet</command></term> 135 131 <listitem> 136 132 <para>Sets up the system's hostname and local loopback device</para> 137 <indexterm zone="ch-scripts-boot scripts localnet-bootscripts">133 <indexterm zone="ch-scripts-boot-scripts localnet-boot-scripts"> 138 134 <primary sortas="d-localnet">localnet</primary> 139 135 </indexterm> … … 141 137 </varlistentry> 142 138 143 <varlistentry id="mountfs-boot scripts">139 <varlistentry id="mountfs-boot-scripts"> 144 140 <term><command>mountfs</command></term> 145 141 <listitem> 146 142 <para>Mounts all file systems, except ones that are marked 147 143 <emphasis>noauto</emphasis> or are network based</para> 148 <indexterm zone="ch-scripts-boot scripts mountfs-bootscripts">144 <indexterm zone="ch-scripts-boot-scripts mountfs-boot-scripts"> 149 145 <primary sortas="d-mountfs">mountfs</primary> 150 146 </indexterm> … … 152 148 </varlistentry> 153 149 154 <varlistentry id="mountkernfs-boot scripts">150 <varlistentry id="mountkernfs-boot-scripts"> 155 151 <term><command>mountkernfs</command></term> 156 152 <listitem> 157 153 <para>Mounts virtual kernel file systems, such as 158 154 <systemitem class="filesystem">proc</systemitem></para> 159 <indexterm zone="ch-scripts-boot scripts mountkernfs-bootscripts">155 <indexterm zone="ch-scripts-boot-scripts mountkernfs-boot-scripts"> 160 156 <primary sortas="d-mountkernfs">mountkernfs</primary> 161 157 </indexterm> … … 163 159 </varlistentry> 164 160 165 <varlistentry id="rc-boot scripts">161 <varlistentry id="rc-boot-scripts"> 166 162 <term><command>rc</command></term> 167 163 <listitem> 168 164 <para>The master run-level control script; it is responsible for 169 running all the other boot scripts one-by-one, in a sequence165 running all the other boot-scripts one-by-one, in a sequence 170 166 determined by the name of the symbolic links being processed</para> 171 <indexterm zone="ch-scripts-boot scripts rc-bootscripts">167 <indexterm zone="ch-scripts-boot-scripts rc-boot-scripts"> 172 168 <primary sortas="d-rc">rc</primary> 173 169 </indexterm> … … 175 171 </varlistentry> 176 172 177 <varlistentry id="reboot-boot scripts">173 <varlistentry id="reboot-boot-scripts"> 178 174 <term><command>reboot</command></term> 179 175 <listitem> 180 176 <para>Reboots the system</para> 181 <indexterm zone="ch-scripts-boot scripts reboot-bootscripts">177 <indexterm zone="ch-scripts-boot-scripts reboot-boot-scripts"> 182 178 <primary sortas="d-reboot">reboot</primary> 183 179 </indexterm> … … 185 181 </varlistentry> 186 182 187 <varlistentry id="sendsignals-boot scripts">183 <varlistentry id="sendsignals-boot-scripts"> 188 184 <term><command>sendsignals</command></term> 189 185 <listitem> 190 186 <para>Makes sure every process is terminated before the system reboots 191 187 or halts</para> 192 <indexterm zone="ch-scripts-boot scripts sendsignals-bootscripts">188 <indexterm zone="ch-scripts-boot-scripts sendsignals-boot-scripts"> 193 189 <primary sortas="d-sendsignals">sendsignals</primary> 194 190 </indexterm> … … 196 192 </varlistentry> 197 193 198 <varlistentry id="setclock-boot scripts">194 <varlistentry id="setclock-boot-scripts"> 199 195 <term><command>setclock</command></term> 200 196 <listitem> 201 197 <para>Resets the kernel clock to local time in case the hardware clock 202 198 is not set to UTC time</para> 203 <indexterm zone="ch-scripts-boot scripts setclock-bootscripts">199 <indexterm zone="ch-scripts-boot-scripts setclock-boot-scripts"> 204 200 <primary sortas="d-setclock">setclock</primary> 205 201 </indexterm> … … 207 203 </varlistentry> 208 204 209 <varlistentry id="swap-boot scripts">205 <varlistentry id="swap-boot-scripts"> 210 206 <term><command>swap</command></term> 211 207 <listitem> 212 208 <para>Enables and disables swap files and partitions</para> 213 <indexterm zone="ch-scripts-boot scripts swap-bootscripts">209 <indexterm zone="ch-scripts-boot-scripts swap-boot-scripts"> 214 210 <primary sortas="d-swap">swap</primary> 215 211 </indexterm> … … 217 213 </varlistentry> 218 214 219 <varlistentry id="eudev-boot scripts">215 <varlistentry id="eudev-boot-scripts"> 220 216 <term><command>udev</command></term> 221 217 <listitem> 222 218 <para>Starts and stops the Eudev daemon</para> 223 <indexterm zone="ch-scripts-boot scripts eudev-bootscripts">219 <indexterm zone="ch-scripts-boot-scripts eudev-boot-scripts"> 224 220 <primary sortas="d-eudev">udev</primary> 225 221 </indexterm> -
BOOK/boot/common/createfiles.xml
r5c8e74d r350ab24 23 23 ln -sv bash ${CLFS}/bin/sh 24 24 ln -sv ../run ${CLFS}/var/run 25 ln -sv /tools/sbin/{fsck.ext2,fsck.ext3,fsck.ext4,e2fsck} ${CLFS}/sbin26 25 ln -sv /tools/sbin/init ${CLFS}/sbin 27 26 ln -sv /tools/etc/{login.{access,defs},limits} ${CLFS}/etc</userinput></screen> -
BOOK/boot/common/devices.xml
r5c8e74d r350ab24 13 13 <indexterm zone="ch-boot-devices"> 14 14 <primary sortas="e-/dev/*">/dev/*</primary> 15 <secondary>boot</secondary> 15 16 </indexterm> 16 17 -
BOOK/boot/common/fstab.xml
r5c8e74d r350ab24 13 13 <indexterm zone="ch-boot-fstab"> 14 14 <primary sortas="e-/etc/fstab">/etc/fstab</primary> 15 <secondary>boot</secondary> 15 16 </indexterm> 16 17 … … 28 29 /dev/<replaceable>[xxx]</replaceable> / <replaceable>[fff]</replaceable> defaults 1 1 29 30 /dev/<replaceable>[yyy]</replaceable> swap swap pri=1 0 0 30 proc /proc proc defaults 0 031 sysfs /sys sysfs defaults 0 032 31 devpts /dev/pts devpts gid=&gid-tty;,mode=620 0 0 33 32 shm /dev/shm tmpfs defaults 0 0 34 tmpfs /run tmpfs defaults 0 035 devtmpfs /dev devtmpfs mode=0755,nosuid 0 036 33 37 34 # End /etc/fstab</literal> … … 42 39 xpointer="xpointer(//*[@os='b'])"/> 43 40 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../../bootable/common/fstab.xml" 46 xpointer="xpointer(//*[@os='c'])"/> 41 <para os="c">The <filename class="directory">/dev/shm</filename> mount point 42 for <systemitem class="filesystem">tmpfs</systemitem> is included to 43 allow enabling POSIX-shared memory. The kernel must have the required 44 support built into it for this to work (more about this is in the next 45 section). Please note that very little software currently uses 46 POSIX-shared memory. Therefore, consider the <filename 47 class="directory">/dev/shm</filename> mount point optional. For more 48 information, see <filename>Documentation/filesystems/tmpfs.txt</filename> 49 in the kernel source tree.</para> 47 50 48 51 </sect1> -
BOOK/boot/common/pwdgroup.xml
r5c8e74d r350ab24 13 13 <indexterm zone="ch-boot-pwdgroup"> 14 14 <primary sortas="e-/etc/passwd">/etc/passwd</primary> 15 <secondary>boot</secondary> 15 16 </indexterm> 16 17 17 18 <indexterm zone="ch-boot-pwdgroup"> 18 19 <primary sortas="e-/etc/group">/etc/group</primary> 20 <secondary>boot</secondary> 19 21 </indexterm> 20 22 … … 40 42 41 43 <variablelist os="c"> 42 44 43 45 <title>Additional users you may want to add if not already included:</title> 44 46 -
BOOK/boot/common/settingenviron.xml
r5c8e74d r350ab24 25 25 <para>The <envar>LC_ALL</envar> variable controls the localization of 26 26 certain programs, making their messages follow the conventions of a 27 specified country. 27 specified country. 28 28 Setting <envar>LC_ALL</envar> to <quote>POSIX</quote> or <quote>C</quote> 29 29 (the two are equivalent) ensures that everything will work as expected … … 35 35 <xref linkend="chapter-temp-system"/> are only picked up by the shell 36 36 if they have not yet been built on the target system. This configuration 37 forces use of the final system binaries as they are built over the 37 forces use of the final system binaries as they are built over the 38 38 temp-system, minimising the chance of final system programs being built 39 39 against the temp-system.</para> -
BOOK/boot/common/shadow.xml
r5c8e74d r350ab24 39 39 <filename class="directory">/tools/bin</filename>:</para> 40 40 41 <screen os="g"><userinput>cp config.h{,.orig}41 <screen os="g"><userinput>cp -v config.h{,.orig} 42 42 sed '/PASSWD_PROGRAM/s@/bin/passwd@/tools&@' config.h.orig > config.h</userinput></screen> 43 43 -
BOOK/boot/common/sysvinit.xml
r5c8e74d r350ab24 48 48 <indexterm zone="conf-tools-sysvinit"> 49 49 <primary sortas="a-Sysvinit">Sysvinit</primary> 50 <secondary> boot,configuring</secondary>50 <secondary>configuring</secondary> 51 51 </indexterm> 52 52 … … 111 111 before doing anything else. This escape sequence switches the console 112 112 character set to a user-defined one, which can be modified by running 113 the <command>setfont</command> program. The <command>console</command> 114 initscript from the CLFS-Bootscripts package calls the 115 <command>setfont</command> program during system startup. Sending this 113 the <command>setfont</command> program. Sending this 116 114 escape sequence is necessary for people who use non-ISO 8859-1 screen 117 115 fonts, but it does not affect native English speakers.</para> -
BOOK/boot/mips-chapter.xml
r5c8e74d r350ab24 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot scripts.xml"/>15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/e2fsprogs.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/kmod.xml"/> … … 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/settingenviron.xml"/> 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/changingowner.xml"/> 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/howtoview.xml"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/colo.xml"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/> -
BOOK/boot/mips64-64-chapter.xml
r5c8e74d r350ab24 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot scripts.xml"/>15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/e2fsprogs.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/kmod.xml"/> … … 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64-64/flags.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/changingowner.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/howtoview.xml"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/colo.xml"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/> -
BOOK/boot/mips64-chapter.xml
r5c8e74d r350ab24 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot scripts.xml"/>15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/e2fsprogs.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/kmod.xml"/> … … 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/flags.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/changingowner.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/howtoview.xml"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/colo.xml"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/> -
BOOK/boot/mips64/createfiles.xml
r5c8e74d r350ab24 26 26 ln -sv bash ${CLFS}/bin/sh 27 27 ln -sv ../run ${CLFS}/var/run 28 ln -sv /tools/sbin/{fsck.ext2,fsck.ext3,fsck.ext4,e2fsck} ${CLFS}/sbin29 28 ln -sv /tools/sbin/init ${CLFS}/sbin 30 29 ln -sv /tools/etc/{login.{access,defs},limits} ${CLFS}/etc</userinput></screen> -
BOOK/boot/multilib/createfiles.xml
r5c8e74d r350ab24 24 24 ln -sv bash ${CLFS}/bin/sh 25 25 ln -sv ../run ${CLFS}/var/run 26 ln -sv /tools/sbin/{fsck.ext2,fsck.ext3,fsck.ext4,e2fsck} ${CLFS}/sbin27 26 ln -sv /tools/sbin/init ${CLFS}/sbin 28 27 ln -sv /tools/etc/{login.{access,defs},limits} ${CLFS}/etc</userinput></screen> -
BOOK/boot/ppc-chapter.xml
r5c8e74d r350ab24 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot scripts.xml"/>15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/e2fsprogs.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/kmod.xml"/> … … 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/settingenviron.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/changingowner.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/howtoview.xml"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/yaboot.xml"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/> -
BOOK/boot/ppc64-64-chapter.xml
r5c8e74d r350ab24 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot scripts.xml"/>15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/e2fsprogs.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/kmod.xml"/> … … 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/flags.xml"/> 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/changingowner.xml"/> 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/howtoview.xml"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/yaboot.xml"/> 34 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/> -
BOOK/boot/ppc64-chapter.xml
r5c8e74d r350ab24 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot scripts.xml"/>15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/e2fsprogs-libs.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/e2fsprogs.xml"/> … … 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/flags.xml"/> 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/changingowner.xml"/> 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/howtoview.xml"/> 34 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/yaboot.xml"/> 35 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/> -
BOOK/boot/sparc-chapter.xml
r5c8e74d r350ab24 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot scripts.xml"/>15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/e2fsprogs.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/kmod.xml"/> … … 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/settingenviron.xml"/> 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/changingowner.xml"/> 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/howtoview.xml"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/silo.xml"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/> -
BOOK/boot/sparc/fstab.xml
r5c8e74d r350ab24 13 13 <indexterm zone="ch-boot-fstab"> 14 14 <primary sortas="e-/etc/fstab">/etc/fstab</primary> 15 <secondary>boot</secondary> 15 16 </indexterm> 16 17 … … 27 28 /dev/<replaceable>[xxx]</replaceable> / <replaceable>[fff]</replaceable> defaults 1 1 28 29 /dev/<replaceable>[yyy]</replaceable> swap swap pri=1 0 0 29 proc /proc proc defaults 0 030 sysfs /sys sysfs defaults 0 031 30 devpts /dev/pts devpts gid=&gid-tty;,mode=620 0 0 32 31 shm /dev/shm tmpfs defaults 0 0 33 tmpfs /run tmpfs defaults 0 034 devtmpfs /dev devtmpfs mode=0755,nosuid 0 035 32 none /proc/openprom openpromfs defaults 0 0 36 33 # End /etc/fstab</literal> -
BOOK/boot/sparc/silo-build.xml
r5c8e74d r350ab24 44 44 <term><parameter>CC=cc</parameter></term> 45 45 <listitem> 46 <para>Overwrites the default value of <command>gcc -m32</command> which will fail 46 <para>Overwrites the default value of <command>gcc -m32</command> which will fail 47 47 to compile on 64 bit targets. This is not to be confused with <command>CC=${CC}</command> below.</para> 48 48 </listitem> -
BOOK/boot/sparc/silo.xml
r5c8e74d r350ab24 17 17 18 18 <para os="a">This is for the configuration of <command>silo</command>, similar 19 to what is in boot scripts.</para>19 to what is in boot-scripts.</para> 20 20 21 21 <screen><userinput>cat > ${CLFS}/etc/silo.conf << "EOF" … … 25 25 timeout = 150 # Wait 15 seconds before booting the default section 26 26 27 image = / boot/clfskernel-&linux-version;27 image = /tools/boot/vmlinuz-clfs-&linux-version; 28 28 label = linux 29 29 # End /etc/silo.conf</literal> -
BOOK/boot/sparc64-64-chapter.xml
r5c8e74d r350ab24 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot scripts.xml"/>15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/e2fsprogs.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/kmod.xml"/> … … 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64-64/flags.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/changingowner.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/howtoview.xml"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/silo.xml"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/> -
BOOK/boot/sparc64-chapter.xml
r5c8e74d r350ab24 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot scripts.xml"/>15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/e2fsprogs.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/kmod.xml"/> … … 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64/flags.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/changingowner.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/howtoview.xml"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/silo.xml"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/> -
BOOK/boot/x86-chapter.xml
r5c8e74d r350ab24 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot scripts.xml"/>15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/e2fsprogs.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/kmod.xml"/> … … 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/settingenviron.xml"/> 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/changingowner.xml"/> 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/howtoview.xml"/> 30 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/> 31 32 -
BOOK/boot/x86_64-64-chapter.xml
r5c8e74d r350ab24 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot scripts.xml"/>15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/e2fsprogs.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/kmod.xml"/> … … 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/flags.xml"/> 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/changingowner.xml"/> 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/howtoview.xml"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/> 32 33 -
BOOK/boot/x86_64-chapter.xml
r5c8e74d r350ab24 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot scripts.xml"/>15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/e2fsprogs.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/kmod.xml"/> … … 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64/flags.xml"/> 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/changingowner.xml"/> 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/howtoview.xml"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/> 32 33
Note:
See TracChangeset
for help on using the changeset viewer.
