Changeset 6e566a1 for boot/alpha/aboot.xml
- Timestamp:
- Mar 7, 2006, 3:32:43 PM (19 years ago)
- Children:
- 660bda8
- Parents:
- 2a21ec4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/alpha/aboot.xml
r2a21ec4 r6e566a1 16 16 </indexterm> 17 17 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 > /etc/aboot.conf << "EOF" 22 <literal># Begin /etc/aboot.conf 23 0:1/boot/lfskernel-&linux-version; root=/dev/sda1 24 # End /etc/aboot.conf</literal> 25 EOF</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 35 abootconf /dev/sda 1</userinput></screen> 19 36 20 37 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.