- Timestamp:
- Mar 7, 2006, 3:32:43 PM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- da14948
- Parents:
- 3a26e5e
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/alpha/aboot.xml
r3a26e5e r2fae446 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> -
BOOK/bootable/alpha/aboot.xml
r3a26e5e r2fae446 16 16 </indexterm> 17 17 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 > /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">Now to make aboot bootable:</para> 28 29 <screen><userinput>swriteboot -f3 /dev/sda /boot/bootlx 30 abootconf /dev/sda 1</userinput></screen> 19 31 20 32 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.