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

<sect1 id="ch-boot-silo" role="wrap">
  <?dbhtml filename="silo.html"?>

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

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

  <para os="a">This is for the configuration of <command>silo</command>, similar
  to what is in bootscripts.</para>

<screen><userinput>cat &gt; ${LFS}/etc/silo.conf &lt;&lt; "EOF"
<literal># Begin /etc/silo.conf
partition = 1         # Boot partition (= root partition)
root = /dev/sda1      # Root partition
timeout = 150         # Wait 15 seconds before booting the default section

image = /boot/lfskernel-&linux-version;
  label = linux
# End /etc/silo.conf</literal>
EOF</userinput></screen>

   <para os="b">If you already have Silo installed on your target system, you do
   not need to reinstall it. Silo is just a chain loader and has no bearing on
   the system build.</para>

   <para os="c">After you get the build copied to when you can boot, you will need
   to issue the following command:</para>

<screen os="d"><userinput>silo -f</userinput></screen>

</sect1>
