source: boot/mips/colo.xml@ e70d2e2

Last change on this file since e70d2e2 was 40c1b5b, checked in by Jim Gifford <clfs@…>, 19 years ago

r776@server (orig r774): jim | 2005-11-29 12:05:02 -0800

r826@server: jim | 2005-11-29 11:03:18 -0800
Text updates to boot section


  • 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.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-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
30<screen os="aa"><userinput>cat &gt; ${LFS}/boot/default.colo &lt;&lt; "EOF"
31#:CoLo:#
32#
33# load linux
34#
35lcd 'Booting &linux-version;...'
36load vmlinux-&linux-version;.gz
37execute root=/dev/hda2 console=ttyS0,115200 ide1=noprobe
38EOF</userinput></screen>
39
40</sect1>
Note: See TracBrowser for help on using the repository browser.