<?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-colo">
  <?dbhtml filename="colo.html"?>

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

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

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

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

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

<screen os="aa"><userinput>cat &gt; ${CLFS}/boot/default.colo &lt;&lt; "EOF"
#:CoLo:#
#
# load linux
#
lcd 'Booting &linux-version2;...'
load vmlinux-&linux-version2;.gz
execute root=/dev/hda2 console=ttyS0,115200 ide1=noprobe
EOF</userinput></screen>

</sect1>
