clfs-3.0.0-sysvinit
sysvinit
Last change
on this file since 78a5f2b was 7349750, 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
|
Line | |
---|
1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
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/2001/XInclude"
|
---|
19 | href="../../bootable/mips/colo.xml"
|
---|
20 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
21 |
|
---|
22 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
23 | href="../../bootable/mips/colo.xml"
|
---|
24 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
25 |
|
---|
26 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
27 | href="../../bootable/mips/colo.xml"
|
---|
28 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
29 |
|
---|
30 | <screen os="aa"><userinput>cat > ${CLFS}/boot/default.colo << "EOF"
|
---|
31 | #:CoLo:#
|
---|
32 | #
|
---|
33 | # load linux
|
---|
34 | #
|
---|
35 | lcd 'Booting &linux-version2;...'
|
---|
36 | load vmlinux-&linux-version2;.gz
|
---|
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.