clfs-1.2
clfs-2.1
clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
Last change
on this file since 5d307e8 was aa18ac0, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago |
Updated trunk book sources to use DocBook-XML DTD 4.5.
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[3f8be484] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[aa18ac0] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[3f8be484] | 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-boot-colo">
|
---|
| 9 | <?dbhtml filename="colo.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>Making the Temporary System Bootable</title>
|
---|
| 12 |
|
---|
| 13 | <indexterm zone="ch-boot-colo">
|
---|
| 14 | <primary sortas="a-Colo">Colo</primary>
|
---|
| 15 | <secondary>boot, configuring</secondary>
|
---|
| 16 | </indexterm>
|
---|
| 17 |
|
---|
| 18 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 19 | href="../../bootable/mips/colo.xml"
|
---|
| 20 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 21 |
|
---|
| 22 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 23 | href="../../bootable/mips/colo.xml"
|
---|
| 24 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
| 25 |
|
---|
| 26 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 27 | href="../../bootable/mips/colo.xml"
|
---|
| 28 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
| 29 |
|
---|
[3f76cac] | 30 | <screen os="aa"><userinput>cat > ${CLFS}/boot/default.colo << "EOF"
|
---|
[3f8be484] | 31 | #:CoLo:#
|
---|
| 32 | #
|
---|
| 33 | # load linux
|
---|
| 34 | #
|
---|
[055aa17] | 35 | lcd 'Booting &linux-version;...'
|
---|
| 36 | load vmlinux-&linux-version;.gz
|
---|
[3f8be484] | 37 | execute root=/dev/hda2 console=ttyS0,115200 ide1=noprobe
|
---|
| 38 | EOF</userinput></screen>
|
---|
| 39 |
|
---|
| 40 | </sect1>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.