[bf8c11f] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-bootable-colo">
|
---|
| 9 | <?dbhtml filename="colo.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>Making the LFS System Bootable</title>
|
---|
| 12 |
|
---|
| 13 | <indexterm zone="ch-bootable-colo">
|
---|
| 14 | <primary sortas="a-Colo">Colo</primary>
|
---|
| 15 | <secondary>configuring</secondary>
|
---|
| 16 | </indexterm>
|
---|
| 17 |
|
---|
| 18 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 19 | href="../mips/colo.xml"
|
---|
| 20 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 21 |
|
---|
| 22 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 23 | href="../mips/colo.xml"
|
---|
| 24 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 25 |
|
---|
| 26 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 27 | href="../mips/colo.xml"
|
---|
| 28 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
| 29 |
|
---|
| 30 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 31 | href="../mips/colo.xml"
|
---|
| 32 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
| 33 |
|
---|
| 34 | <screen><userinput>cat > /boot/default.colo << "EOF"
|
---|
| 35 | <literal>#:CoLo:#
|
---|
| 36 | #
|
---|
| 37 | # load linux
|
---|
| 38 | #
|
---|
| 39 | lcd 'Booting &linux-mips64-version;...'
|
---|
| 40 | load vmlinux-&linux-mips64-version;.gz
|
---|
| 41 | execute root=/dev/hda2 console=ttyS0,115200 ide1=noprobe</literal>
|
---|
| 42 | EOF</userinput></screen>
|
---|
| 43 |
|
---|
| 44 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 45 | href="../mips/colo.xml"
|
---|
| 46 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 47 |
|
---|
| 48 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 49 | href="../mips/colo.xml"
|
---|
| 50 | xpointer="xpointer(//*[@os='v'])"/>
|
---|
| 51 |
|
---|
| 52 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 53 | href="../mips/colo.xml"
|
---|
| 54 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 55 |
|
---|
| 56 | </sect1>
|
---|