<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  <!ENTITY % general-entities SYSTEM "../../general.ent">
  %general-entities;
]>

<sect1 id="ch-bootable-aboot">
  <?dbhtml filename="aboot.html"?>

  <title>Making the CLFS System Bootable</title>

  <indexterm zone="ch-bootable-aboot">
    <primary sortas="a-Aboot">Aboot</primary>
    <secondary>configuring</secondary>
  </indexterm>

  <para os="a">Create an <filename>aboot.conf</filename> file defining aboot's boot
  menu:</para>

<screen><userinput>cat &gt; /etc/aboot.conf &lt;&lt; "EOF"
<literal># Begin /etc/aboot.conf
0:1/boot/clfskernel-&linux-version; root=/dev/sda1
# End /etc/aboot.conf</literal>
EOF</userinput></screen>

  <para os="b">Now to make aboot bootable:</para>

<screen><userinput>swriteboot -f3 /dev/sda /boot/bootlx
abootconf /dev/sda 1</userinput></screen>

</sect1>
