source: BOOK/bootable/mips64/colo.xml@ 2bca08cf

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 2bca08cf was 3f8be484, checked in by Jim Gifford <clfs@…>, 19 years ago

r627@server (orig r625): jim | 2005-10-31 12:59:34 -0800
Import of Cross-LFS Book

  • Property mode set to 100644
File size: 1.6 KB
Line 
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 &gt; /boot/default.colo &lt;&lt; "EOF"
35<literal>#:CoLo:#
36#
37# load linux
38#
39lcd 'Booting &linux-mips64-version;...'
40load vmlinux-&linux-mips64-version;.gz
41execute root=/dev/hda2 console=ttyS0,115200 ide1=noprobe</literal>
42EOF</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>
Note: See TracBrowser for help on using the repository browser.