clfs-3.0.0-systemd
systemd
Last change
on this file since efd51b2 was 7f8996d, checked in by William Harrington <kb0iic@…>, 10 years ago |
Correction to previous commit, we want &linux-version2; entity where it is required. Do not use &linux-version; and &linux-version2; entities together. We just want Linux-3.14.10 where required, rather than LInux-3.14. And surely we do not want LInux-3.14-3.14.10.
|
-
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 |
|
---|
[dabbced] | 18 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[3f8be484] | 19 | href="../../bootable/mips/colo.xml"
|
---|
| 20 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 21 |
|
---|
[dabbced] | 22 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[3f8be484] | 23 | href="../../bootable/mips/colo.xml"
|
---|
| 24 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
| 25 |
|
---|
[dabbced] | 26 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[3f8be484] | 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 | #
|
---|
[7f8996d] | 35 | lcd 'Booting &linux-version2;...'
|
---|
| 36 | load vmlinux-&linux-version2;.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.