Changeset 6e566a1 for bootable/alpha


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.