<?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-boot-aboot" role="wrap">
  <?dbhtml filename="aboot.html"?>

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

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

  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  href="../../bootable/alpha/aboot.xml"
  xpointer="xpointer(//*[@os='a'])"/>

<screen><userinput>cat &gt; ${CLFS}/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">If you already have aboot installed on your target system, you do
   not need to reinstall it. aboot is just a chain loader and has no bearing on
   the system build.</para>

   <para os="c">After you get the build copied to the system that it will
   boot from, you will need to issue the following command:</para>

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

</sect1>
