Changeset 350ab24 for BOOK/boot/sparc


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/sparc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.