<?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>

  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  href="../sparc/silo.xml"
  xpointer="xpointer(//*[@os='a'])"/>

<screen os="aa"><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-sparc64-version;
  label = linux
# End /etc/silo.conf</literal>
EOF</userinput></screen>

  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  href="../sparc/silo.xml"
  xpointer="xpointer(//*[@os='b'])"/>

  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  href="../sparc/silo.xml"
  xpointer="xpointer(//*[@os='c'])"/>

  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  href="../sparc/silo.xml"
  xpointer="xpointer(//*[@os='d'])"/>

</sect1>
