Changeset f1fd69a for boot/sparc


Ignore:
Timestamp:
Jul 1, 2006, 11:52:01 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
6ea30c8
Parents:
b18d234
Message:

r4227@server: jim | 2006-07-01 23:46:16 -0700
More LFS to CLFS Updates

Location:
boot/sparc
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • boot/sparc/fstab.xml

    rb18d234 rf1fd69a  
    99  <?dbhtml filename="fstab.html"?>
    1010
    11   <title>Creating the ${LFS}/etc/fstab File</title>
     11  <title>Creating the ${CLFS}/etc/fstab File</title>
    1212
    1313  <indexterm zone="ch-boot-fstab">
    14     <primary sortas="e-${LFS}/etc/fstab">${LFS}/etc/fstab</primary>
     14    <primary sortas="e-${CLFS}/etc/fstab">${CLFS}/etc/fstab</primary>
    1515  </indexterm>
    1616
     
    1919  xpointer="xpointer(//*[@os='a'])"/>
    2020
    21 <screen><userinput>cat &gt; ${LFS}/etc/fstab &lt;&lt; "EOF"
     21<screen><userinput>cat &gt; ${CLFS}/etc/fstab &lt;&lt; "EOF"
    2222<literal># Begin /etc/fstab
    2323
  • boot/sparc/kernel.xml

    rb18d234 rf1fd69a  
    8484
    8585<screen><userinput>make ARCH=sparc CROSS_COMPILE=${CLFS_TARGET}- \
    86    INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
     86   INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen>
    8787
    8888    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    9494    xpointer="xpointer(//*[@os='v'])"/>
    9595
    96 <screen><userinput>cp -v vmlinux ${LFS}/boot/lfskernel-&linux-version;</userinput></screen>
     96<screen><userinput>cp -v vmlinux ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen>
    9797
    9898    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • boot/sparc/silo-build.xml

    rb18d234 rf1fd69a  
    4141    xpointer="xpointer(//*[@os='d'])"/>
    4242
    43 <screen os="ab"><userinput>make DESTDIR=${LFS} install</userinput></screen>
     43<screen os="ab"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    4444
    4545  </sect2>
  • boot/sparc/silo.xml

    rb18d234 rf1fd69a  
    1919  to what is in bootscripts.</para>
    2020
    21 <screen><userinput>cat &gt; ${LFS}/etc/silo.conf &lt;&lt; "EOF"
     21<screen><userinput>cat &gt; ${CLFS}/etc/silo.conf &lt;&lt; "EOF"
    2222<literal># Begin /etc/silo.conf
    2323partition = 1         # Boot partition (= root partition)
     
    2525timeout = 150         # Wait 15 seconds before booting the default section
    2626
    27 image = /boot/lfskernel-&linux-version;
     27image = /boot/clfskernel-&linux-version;
    2828  label = linux
    2929# End /etc/silo.conf</literal>
  • boot/sparc/sysvinit.xml

    rb18d234 rf1fd69a  
    5858
    5959    <indexterm zone="conf-tools-sysvinit">
    60       <primary sortas="e-${LFS}/etc/inittab">${LFS}/etc/inittab</primary>
     60      <primary sortas="e-${CLFS}/etc/inittab">${CLFS}/etc/inittab</primary>
    6161    </indexterm>
    6262
    63     <para>Create a new file <filename>${LFS}/etc/inittab</filename> by
     63    <para>Create a new file <filename>${CLFS}/etc/inittab</filename> by
    6464    running the following:</para>
    6565
    66 <screen><userinput>cat &gt; ${LFS}/etc/inittab &lt;&lt; "EOF"
     66<screen><userinput>cat &gt; ${CLFS}/etc/inittab &lt;&lt; "EOF"
    6767<literal># Begin /etc/inittab
    6868
Note: See TracChangeset for help on using the changeset viewer.