source: BOOK/boot/mips/colo.xml @ 559f774

clfs-3.0.0-systemdsystemd
Last change on this file since 559f774 was 559f774, checked in by William Harrington <kb0iic@…>, 10 years ago

Add &linux-version2; entity to the required parts of the book that need the full kernel version rather than just the &linux-version; entity. I.E. 3.14.8 instead of 3.14

  • Property mode set to 100644
File size: 1.2 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 &gt; ${CLFS}/boot/default.colo &lt;&lt; "EOF"
31#:CoLo:#
32#
33# load linux
34#
35lcd 'Booting &linux-version;-&linux-version2;...'
36load vmlinux-&linux-version;-&linux-version2;.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.