Changeset 2fae446 for BOOK/bootable/alpha
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.