Changeset 350ab24 for BOOK/boot


Ignore:
Timestamp:
Apr 28, 2014, 8:56:46 PM (12 years ago)
Author:
Chris Staub <chris@…>
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.
Message:

Merged latest systemd branch changes

Location:
BOOK/boot
Files:
1 added
26 edited
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/boot/64/shadow.xml

    r5c8e74d r350ab24  
    4141    href="../common/shadow.xml"
    4242    xpointer="xpointer(//*[@os='f'])"/>
    43  
     43
    4444    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4545    href="../common/shadow.xml"
  • BOOK/boot/alpha-chapter.xml

    r5c8e74d r350ab24  
    1313
    1414  <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/bootscripts.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1616 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/e2fsprogs.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/kmod.xml"/>
     
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alpha/aboot.xml"/>
    3030  <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"/>
    3132  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/>
    3233
  • BOOK/boot/common/boot-scripts.xml

    r5c8e74d r350ab24  
    66]>
    77
    8 <sect1 id="ch-scripts-bootscripts" role="wrap">
    9   <?dbhtml filename="bootscripts.html"?>
    10 
    11   <title>Bootscripts for CLFS &bootscripts-clfs-version;</title>
    12 
    13   <indexterm zone="ch-scripts-bootscripts">
    14     <primary sortas="a-Bootscripts">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>
    1515  </indexterm>
    1616
     
    1818    <title/>
    1919
    20     <para>The Bootscripts package contains a set of scripts to
     20    <para>The Boot-scripts package contains a set of scripts to
    2121    start/stop the CLFS system at bootup/shutdown.</para>
    2222
     
    2424
    2525  <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>
    3127
    3228    <para os="a">Install the package:</para>
    3329
    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>
    3531
    3632  <para os="c">The <command>setclock</command> script reads the time from the
     
    3834  Semiconductor (CMOS) clock. If the hardware clock is set to UTC, this
    3935  script will convert the hardware clock's time to the local time using
    40   the <filename>/etc/localtime</filename> file (which tells the
     36  the <filename>/tools/etc/sysconfig/clock</filename> file (which tells the
    4137  <command>hwclock</command> program which timezone the user is in). There
    4238  is no way to detect whether or not the hardware clock is set to UTC, so
     
    4844  you can find out after you have booted the new machine by running the
    4945  <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.
    5147  The worst that will happen if you make a wrong guess here is that the
    5248  time displayed will be wrong.</para>
     
    6662  </sect2>
    6763
    68   <sect2 id="contents-bootscripts" role="content">
    69     <title>Contents of Bootscripts</title>
     64  <sect2 id="contents-boot-scripts" role="content">
     65    <title>Contents of Boot-scripts</title>
    7066
    7167    <segmentedlist>
     
    8379      <?dbhtml list-presentation="table"?>
    8480
    85       <varlistentry id="checkfs-bootscripts">
     81      <varlistentry id="checkfs-boot-scripts">
    8682        <term><command>checkfs</command></term>
    8783        <listitem>
     
    8985          mounted (with the exception of journal and network based file
    9086          systems)</para>
    91           <indexterm zone="ch-scripts-bootscripts checkfs-bootscripts">
     87          <indexterm zone="ch-scripts-boot-scripts checkfs-boot-scripts">
    9288            <primary sortas="d-checkfs">checkfs</primary>
    9389          </indexterm>
     
    9591      </varlistentry>
    9692
    97       <varlistentry id="cleanfs-bootscripts">
     93      <varlistentry id="cleanfs-boot-scripts">
    9894        <term><command>cleanfs</command></term>
    9995        <listitem>
     
    104100          <filename>/etc/nologin</filename>, <filename>/fastboot</filename>,
    105101          and <filename>/forcefsck</filename> files</para>
    106           <indexterm zone="ch-scripts-bootscripts cleanfs-bootscripts">
     102          <indexterm zone="ch-scripts-boot-scripts cleanfs-boot-scripts">
    107103            <primary sortas="d-cleanfs">cleanfs</primary>
    108104          </indexterm>
     
    110106      </varlistentry>
    111107
    112       <varlistentry id="functions-bootscripts">
     108      <varlistentry id="functions-boot-scripts">
    113109        <term><command>functions</command></term>
    114110        <listitem>
    115111          <para>Contains common functions, such as error and status checking,
    116           that are used by several bootscripts</para>
    117           <indexterm zone="ch-scripts-bootscripts functions-bootscripts">
     112          that are used by several boot-scripts</para>
     113          <indexterm zone="ch-scripts-boot-scripts functions-boot-scripts">
    118114            <primary sortas="d-functions">functions</primary>
    119115          </indexterm>
     
    121117      </varlistentry>
    122118
    123       <varlistentry id="halt-bootscripts">
     119      <varlistentry id="halt-boot-scripts">
    124120        <term><command>halt</command></term>
    125121        <listitem>
    126122          <para>Halts the system</para>
    127           <indexterm zone="ch-scripts-bootscripts halt-bootscripts">
     123          <indexterm zone="ch-scripts-boot-scripts halt-boot-scripts">
    128124            <primary sortas="d-halt">halt</primary>
    129125          </indexterm>
     
    131127      </varlistentry>
    132128
    133       <varlistentry id="localnet-bootscripts">
     129      <varlistentry id="localnet-boot-scripts">
    134130        <term><command>localnet</command></term>
    135131        <listitem>
    136132          <para>Sets up the system's hostname and local loopback device</para>
    137           <indexterm zone="ch-scripts-bootscripts localnet-bootscripts">
     133          <indexterm zone="ch-scripts-boot-scripts localnet-boot-scripts">
    138134            <primary sortas="d-localnet">localnet</primary>
    139135          </indexterm>
     
    141137      </varlistentry>
    142138
    143       <varlistentry id="mountfs-bootscripts">
     139      <varlistentry id="mountfs-boot-scripts">
    144140        <term><command>mountfs</command></term>
    145141        <listitem>
    146142          <para>Mounts all file systems, except ones that are marked
    147143          <emphasis>noauto</emphasis> or are network based</para>
    148           <indexterm zone="ch-scripts-bootscripts mountfs-bootscripts">
     144          <indexterm zone="ch-scripts-boot-scripts mountfs-boot-scripts">
    149145            <primary sortas="d-mountfs">mountfs</primary>
    150146          </indexterm>
     
    152148      </varlistentry>
    153149
    154       <varlistentry id="mountkernfs-bootscripts">
     150      <varlistentry id="mountkernfs-boot-scripts">
    155151        <term><command>mountkernfs</command></term>
    156152        <listitem>
    157153          <para>Mounts virtual kernel file systems, such as
    158154          <systemitem class="filesystem">proc</systemitem></para>
    159           <indexterm zone="ch-scripts-bootscripts mountkernfs-bootscripts">
     155          <indexterm zone="ch-scripts-boot-scripts mountkernfs-boot-scripts">
    160156            <primary sortas="d-mountkernfs">mountkernfs</primary>
    161157          </indexterm>
     
    163159      </varlistentry>
    164160
    165       <varlistentry id="rc-bootscripts">
     161      <varlistentry id="rc-boot-scripts">
    166162        <term><command>rc</command></term>
    167163        <listitem>
    168164          <para>The master run-level control script; it is responsible for
    169           running all the other bootscripts one-by-one, in a sequence
     165          running all the other boot-scripts one-by-one, in a sequence
    170166          determined by the name of the symbolic links being processed</para>
    171           <indexterm zone="ch-scripts-bootscripts rc-bootscripts">
     167          <indexterm zone="ch-scripts-boot-scripts rc-boot-scripts">
    172168            <primary sortas="d-rc">rc</primary>
    173169          </indexterm>
     
    175171      </varlistentry>
    176172
    177       <varlistentry id="reboot-bootscripts">
     173      <varlistentry id="reboot-boot-scripts">
    178174        <term><command>reboot</command></term>
    179175        <listitem>
    180176          <para>Reboots the system</para>
    181           <indexterm zone="ch-scripts-bootscripts reboot-bootscripts">
     177          <indexterm zone="ch-scripts-boot-scripts reboot-boot-scripts">
    182178            <primary sortas="d-reboot">reboot</primary>
    183179          </indexterm>
     
    185181      </varlistentry>
    186182
    187       <varlistentry id="sendsignals-bootscripts">
     183      <varlistentry id="sendsignals-boot-scripts">
    188184        <term><command>sendsignals</command></term>
    189185        <listitem>
    190186          <para>Makes sure every process is terminated before the system reboots
    191187          or halts</para>
    192           <indexterm zone="ch-scripts-bootscripts sendsignals-bootscripts">
     188          <indexterm zone="ch-scripts-boot-scripts sendsignals-boot-scripts">
    193189            <primary sortas="d-sendsignals">sendsignals</primary>
    194190          </indexterm>
     
    196192      </varlistentry>
    197193
    198       <varlistentry id="setclock-bootscripts">
     194      <varlistentry id="setclock-boot-scripts">
    199195        <term><command>setclock</command></term>
    200196        <listitem>
    201197          <para>Resets the kernel clock to local time in case the hardware clock
    202198          is not set to UTC time</para>
    203           <indexterm zone="ch-scripts-bootscripts setclock-bootscripts">
     199          <indexterm zone="ch-scripts-boot-scripts setclock-boot-scripts">
    204200            <primary sortas="d-setclock">setclock</primary>
    205201          </indexterm>
     
    207203      </varlistentry>
    208204
    209       <varlistentry id="swap-bootscripts">
     205      <varlistentry id="swap-boot-scripts">
    210206        <term><command>swap</command></term>
    211207        <listitem>
    212208          <para>Enables and disables swap files and partitions</para>
    213           <indexterm zone="ch-scripts-bootscripts swap-bootscripts">
     209          <indexterm zone="ch-scripts-boot-scripts swap-boot-scripts">
    214210            <primary sortas="d-swap">swap</primary>
    215211          </indexterm>
     
    217213      </varlistentry>
    218214
    219       <varlistentry id="eudev-bootscripts">
     215      <varlistentry id="eudev-boot-scripts">
    220216        <term><command>udev</command></term>
    221217        <listitem>
    222218          <para>Starts and stops the Eudev daemon</para>
    223           <indexterm zone="ch-scripts-bootscripts eudev-bootscripts">
     219          <indexterm zone="ch-scripts-boot-scripts eudev-boot-scripts">
    224220            <primary sortas="d-eudev">udev</primary>
    225221          </indexterm>
  • BOOK/boot/common/createfiles.xml

    r5c8e74d r350ab24  
    2323ln -sv bash ${CLFS}/bin/sh
    2424ln -sv ../run ${CLFS}/var/run
    25 ln -sv /tools/sbin/{fsck.ext2,fsck.ext3,fsck.ext4,e2fsck} ${CLFS}/sbin
    2625ln -sv /tools/sbin/init ${CLFS}/sbin
    2726ln -sv /tools/etc/{login.{access,defs},limits} ${CLFS}/etc</userinput></screen>
  • BOOK/boot/common/devices.xml

    r5c8e74d r350ab24  
    1313  <indexterm zone="ch-boot-devices">
    1414    <primary sortas="e-/dev/*">/dev/*</primary>
     15    <secondary>boot</secondary>
    1516  </indexterm>
    1617
  • BOOK/boot/common/fstab.xml

    r5c8e74d r350ab24  
    1313  <indexterm zone="ch-boot-fstab">
    1414    <primary sortas="e-/etc/fstab">/etc/fstab</primary>
     15    <secondary>boot</secondary>
    1516  </indexterm>
    1617
     
    2829/dev/<replaceable>[xxx]</replaceable>     /            <replaceable>[fff]</replaceable>  defaults         1     1
    2930/dev/<replaceable>[yyy]</replaceable>     swap         swap   pri=1            0     0
    30 proc           /proc        proc   defaults         0     0
    31 sysfs          /sys         sysfs  defaults         0     0
    3231devpts         /dev/pts     devpts gid=&gid-tty;,mode=620   0     0
    3332shm            /dev/shm     tmpfs  defaults         0     0
    34 tmpfs          /run         tmpfs  defaults         0     0
    35 devtmpfs       /dev         devtmpfs mode=0755,nosuid 0     0
    3633
    3734# End /etc/fstab</literal>
     
    4239  xpointer="xpointer(//*[@os='b'])"/>
    4340
    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>
    4750
    4851</sect1>
  • BOOK/boot/common/pwdgroup.xml

    r5c8e74d r350ab24  
    1313  <indexterm zone="ch-boot-pwdgroup">
    1414    <primary sortas="e-/etc/passwd">/etc/passwd</primary>
     15    <secondary>boot</secondary>
    1516  </indexterm>
    1617
    1718  <indexterm zone="ch-boot-pwdgroup">
    1819    <primary sortas="e-/etc/group">/etc/group</primary>
     20    <secondary>boot</secondary>
    1921  </indexterm>
    2022
     
    4042
    4143  <variablelist os="c">
    42  
     44
    4345    <title>Additional users you may want to add if not already included:</title>
    4446
  • BOOK/boot/common/settingenviron.xml

    r5c8e74d r350ab24  
    2525  <para>The <envar>LC_ALL</envar> variable controls the localization of
    2626  certain programs, making their messages follow the conventions of a
    27   specified country. 
     27  specified country.
    2828  Setting <envar>LC_ALL</envar> to <quote>POSIX</quote> or <quote>C</quote>
    2929  (the two are equivalent) ensures that everything will work as expected
     
    3535  <xref linkend="chapter-temp-system"/> are only picked up by the shell
    3636  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
    3838  temp-system, minimising the chance of final system programs being built
    3939  against the temp-system.</para>
  • BOOK/boot/common/shadow.xml

    r5c8e74d r350ab24  
    3939    <filename class="directory">/tools/bin</filename>:</para>
    4040
    41 <screen os="g"><userinput>cp config.h{,.orig}
     41<screen os="g"><userinput>cp -v config.h{,.orig}
    4242sed '/PASSWD_PROGRAM/s@/bin/passwd@/tools&amp;@' config.h.orig &gt; config.h</userinput></screen>
    4343
  • BOOK/boot/common/sysvinit.xml

    r5c8e74d r350ab24  
    4848    <indexterm zone="conf-tools-sysvinit">
    4949      <primary sortas="a-Sysvinit">Sysvinit</primary>
    50       <secondary>boot, configuring</secondary>
     50      <secondary>configuring</secondary>
    5151    </indexterm>
    5252
     
    111111    before doing anything else. This escape sequence switches the console
    112112    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
    116114    escape sequence is necessary for people who use non-ISO 8859-1 screen
    117115    fonts, but it does not affect native English speakers.</para>
  • BOOK/boot/mips-chapter.xml

    r5c8e74d r350ab24  
    1313
    1414  <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/bootscripts.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1616 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/e2fsprogs.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/kmod.xml"/>
     
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/settingenviron.xml"/>
    3030  <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"/>
    3132  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/colo.xml"/>
    3233  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/>
  • BOOK/boot/mips64-64-chapter.xml

    r5c8e74d r350ab24  
    1313
    1414  <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/bootscripts.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1616 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/e2fsprogs.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/kmod.xml"/>
     
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64-64/flags.xml"/>
    3131  <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"/>
    3233  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/colo.xml"/>
    3334  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/>
  • BOOK/boot/mips64-chapter.xml

    r5c8e74d r350ab24  
    1313
    1414  <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/bootscripts.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1616 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/e2fsprogs.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/kmod.xml"/>
     
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/flags.xml"/>
    3131  <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"/>
    3233  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/colo.xml"/>
    3334  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/>
  • BOOK/boot/mips64/createfiles.xml

    r5c8e74d r350ab24  
    2626ln -sv bash ${CLFS}/bin/sh
    2727ln -sv ../run ${CLFS}/var/run
    28 ln -sv /tools/sbin/{fsck.ext2,fsck.ext3,fsck.ext4,e2fsck} ${CLFS}/sbin
    2928ln -sv /tools/sbin/init ${CLFS}/sbin
    3029ln -sv /tools/etc/{login.{access,defs},limits} ${CLFS}/etc</userinput></screen>
  • BOOK/boot/multilib/createfiles.xml

    r5c8e74d r350ab24  
    2424ln -sv bash ${CLFS}/bin/sh
    2525ln -sv ../run ${CLFS}/var/run
    26 ln -sv /tools/sbin/{fsck.ext2,fsck.ext3,fsck.ext4,e2fsck} ${CLFS}/sbin
    2726ln -sv /tools/sbin/init ${CLFS}/sbin
    2827ln -sv /tools/etc/{login.{access,defs},limits} ${CLFS}/etc</userinput></screen>
  • BOOK/boot/ppc-chapter.xml

    r5c8e74d r350ab24  
    1313
    1414  <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/bootscripts.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1616 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/e2fsprogs.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/kmod.xml"/>
     
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/settingenviron.xml"/>
    3131  <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"/>
    3233  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/yaboot.xml"/>
    3334  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/>
  • BOOK/boot/ppc64-64-chapter.xml

    r5c8e74d r350ab24  
    1313
    1414  <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/bootscripts.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1616 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/e2fsprogs.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/kmod.xml"/>
     
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/flags.xml"/>
    3232  <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"/>
    3334  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/yaboot.xml"/>
    3435  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/>
  • BOOK/boot/ppc64-chapter.xml

    r5c8e74d r350ab24  
    1313
    1414  <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/bootscripts.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/e2fsprogs-libs.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/e2fsprogs.xml"/>
     
    3232  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/flags.xml"/>
    3333  <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"/>
    3435  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/yaboot.xml"/>
    3536  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/>
  • BOOK/boot/sparc-chapter.xml

    r5c8e74d r350ab24  
    1313
    1414  <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/bootscripts.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1616 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/e2fsprogs.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/kmod.xml"/>
     
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/settingenviron.xml"/>
    3030  <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"/>
    3132  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/silo.xml"/>
    3233  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/>
  • BOOK/boot/sparc/fstab.xml

    r5c8e74d r350ab24  
    1313  <indexterm zone="ch-boot-fstab">
    1414    <primary sortas="e-/etc/fstab">/etc/fstab</primary>
     15    <secondary>boot</secondary>
    1516  </indexterm>
    1617
     
    2728/dev/<replaceable>[xxx]</replaceable>        /            <replaceable>[fff]</replaceable>       defaults         1     1
    2829/dev/<replaceable>[yyy]</replaceable>        swap         swap        pri=1            0     0
    29 proc           /proc           proc        defaults         0     0
    30 sysfs          /sys            sysfs       defaults         0     0
    3130devpts         /dev/pts        devpts      gid=&gid-tty;,mode=620   0     0
    3231shm            /dev/shm        tmpfs       defaults         0     0
    33 tmpfs          /run            tmpfs       defaults         0     0
    34 devtmpfs       /dev            devtmpfs    mode=0755,nosuid 0     0
    3532none           /proc/openprom  openpromfs  defaults         0     0
    3633# End /etc/fstab</literal>
  • BOOK/boot/sparc/silo-build.xml

    r5c8e74d r350ab24  
    4444        <term><parameter>CC=cc</parameter></term>
    4545        <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
    4747to compile on 64 bit targets. This is not to be confused with <command>CC=${CC}</command> below.</para>
    4848        </listitem>
  • BOOK/boot/sparc/silo.xml

    r5c8e74d r350ab24  
    1717
    1818  <para os="a">This is for the configuration of <command>silo</command>, similar
    19   to what is in bootscripts.</para>
     19  to what is in boot-scripts.</para>
    2020
    2121<screen><userinput>cat &gt; ${CLFS}/etc/silo.conf &lt;&lt; "EOF"
     
    2525timeout = 150         # Wait 15 seconds before booting the default section
    2626
    27 image = /boot/clfskernel-&linux-version;
     27image = /tools/boot/vmlinuz-clfs-&linux-version;
    2828  label = linux
    2929# End /etc/silo.conf</literal>
  • BOOK/boot/sparc64-64-chapter.xml

    r5c8e74d r350ab24  
    1313
    1414  <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/bootscripts.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1616 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/e2fsprogs.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/kmod.xml"/>
     
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64-64/flags.xml"/>
    3131  <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"/>
    3233  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/silo.xml"/>
    3334  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/>
  • BOOK/boot/sparc64-chapter.xml

    r5c8e74d r350ab24  
    1313
    1414  <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/bootscripts.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1616 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/e2fsprogs.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/kmod.xml"/>
     
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64/flags.xml"/>
    3131  <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"/>
    3233  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/silo.xml"/>
    3334  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/>
  • BOOK/boot/x86-chapter.xml

    r5c8e74d r350ab24  
    1313
    1414  <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/bootscripts.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/e2fsprogs.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/kmod.xml"/>
     
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/settingenviron.xml"/>
    2929  <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"/>
    3031  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/>
    3132
  • BOOK/boot/x86_64-64-chapter.xml

    r5c8e74d r350ab24  
    1313
    1414  <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/bootscripts.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1616 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/e2fsprogs.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/kmod.xml"/>
     
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/flags.xml"/>
    3030  <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"/>
    3132  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/>
    3233
  • BOOK/boot/x86_64-chapter.xml

    r5c8e74d r350ab24  
    1313
    1414  <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/bootscripts.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1616 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/e2fsprogs.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/kmod.xml"/>
     
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64/flags.xml"/>
    3030  <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"/>
    3132  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/whatnext.xml"/>
    3233
Note: See TracChangeset for help on using the changeset viewer.