Changeset 6e566a1


Ignore:
Timestamp:
Mar 7, 2006, 3:32:43 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
660bda8
Parents:
2a21ec4
Message:

r2481@server (orig r1234): jciccone | 2006-03-07 14:13:52 -0800
updated the aboot configuration pages

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • boot/alpha/aboot.xml

    r2a21ec4 r6e566a1  
    1616  </indexterm>
    1717
    18   <para os="a">This is section is to be written..</para>
     18  <para os="a">Create a <filename>aboot.conf</filename> file defining aboot's boot
     19  menu:</para>
     20
     21<screen><userinput>cat &gt; /etc/aboot.conf &lt;&lt; "EOF"
     22<literal># Begin /etc/aboot.conf
     230:1/boot/lfskernel-&linux-version; root=/dev/sda1
     24# End /etc/aboot.conf</literal>
     25EOF</userinput></screen>
     26
     27   <para os="b">If you already have aboot installed on your target system, you do
     28   not need to reinstall it. aboot is just a chain loader and has no bearing on
     29   the system build.</para>
     30
     31   <para os="c">After you get the build copied to when you can boot, you will need
     32   to issue the following command:</para>
     33
     34<screen><userinput>swriteboot -f3 /dev/sda /boot/bootlx
     35abootconf /dev/sda 1</userinput></screen>
    1936
    2037</sect1>
  • bootable/alpha/aboot.xml

    r2a21ec4 r6e566a1  
    1616  </indexterm>
    1717
    18   <para>To be written:</para>
     18  <para os="a">Create a <filename>aboot.conf</filename> file defining aboot's boot
     19  menu:</para>
     20
     21<screen><userinput>cat &gt; /etc/aboot.conf &lt;&lt; "EOF"
     22<literal># Begin /etc/aboot.conf
     230:1/boot/lfskernel-&linux-version; root=/dev/sda1
     24# End /etc/aboot.conf</literal>
     25EOF</userinput></screen>
     26
     27  <para os="b">Now to make aboot bootable:</para>
     28
     29<screen><userinput>swriteboot -f3 /dev/sda /boot/bootlx
     30abootconf /dev/sda 1</userinput></screen>
    1931
    2032</sect1>
Note: See TracChangeset for help on using the changeset viewer.