source: BOOK/bootable/ppc64/yaboot.xml@ 6efc47a

clfs-3.0.0-systemd systemd
Last change on this file since 6efc47a was dabbced, checked in by Joe Ciccone <jciccone@…>, 14 years ago

Change the XInclude schema path from 2003 to 2001. 2003 is depreciated
according to w3.org and 2001 should be used instead.

  • Property mode set to 100644
File size: 2.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-bootable-yaboot" arch="ppc">
9 <?dbhtml filename="yaboot.html"?>
10
11 <title>Making the CLFS System Bootable</title>
12
13 <indexterm zone="ch-bootable-yaboot">
14 <primary sortas="a-Yaboot">Yaboot</primary>
15 <secondary>configuring</secondary></indexterm>
16
17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
18 href="../ppc/yaboot.xml"
19 xpointer="xpointer(//*[@os='e'])"/>
20
21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
22 href="../ppc/yaboot.xml"
23 xpointer="xpointer(//*[@os='h'])"/>
24
25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
26 href="../ppc/yaboot.xml"
27 xpointer="xpointer(//*[@os='i'])"/>
28
29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
30 href="../ppc/yaboot.xml"
31 xpointer="xpointer(//*[@os='k'])"/>
32
33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
34 href="../ppc/yaboot.xml"
35 xpointer="xpointer(//*[@os='l'])"/>
36
37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
38 href="../ppc/yaboot.xml"
39 xpointer="xpointer(//*[@os='n'])"/>
40
41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
42 href="../ppc/yaboot.xml"
43 xpointer="xpointer(//*[@os='o'])"/>
44
45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
46 href="../ppc/yaboot.xml"
47 xpointer="xpointer(//*[@os='r'])"/>
48
49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
50 href="../ppc/yaboot.xml"
51 xpointer="xpointer(//*[@os='s'])"/>
52
53 <para os="s1">You may see an error message referencing ioctl32 with 'Unknown
54 cmd' and '/dev/nvram'. This does not appear to cause any problems.</para>
55
56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
57 href="../ppc/yaboot.xml"
58 xpointer="xpointer(//*[@os='t'])"/>
59
60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
61 href="../ppc/yaboot.xml"
62 xpointer="xpointer(//*[@os='u'])"/>
63
64</sect1>
Note: See TracBrowser for help on using the repository browser.