source: BOOK/bootable/ppc64/yaboot.xml @ 06f2dec

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 06f2dec was 06f2dec, checked in by Ken Moffat <zarniwhoop@…>, 18 years ago

Comment on a scary error message I noticed when making the system bootable.

  • Property mode set to 100644
File size: 2.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-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/2003/XInclude"
18    href="../ppc/yaboot.xml"
19    xpointer="xpointer(//*[@os='a'])"/>
20
21    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
22    href="../ppc/yaboot.xml"
23    xpointer="xpointer(//*[@os='b'])"/>
24
25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
26    href="../ppc/yaboot.xml"
27    xpointer="xpointer(//*[@os='c'])"/>
28
29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
30    href="../ppc/yaboot.xml"
31    xpointer="xpointer(//*[@os='d'])"/>
32
33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
34    href="../ppc/yaboot.xml"
35    xpointer="xpointer(//*[@os='e'])"/>
36
37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
38    href="../ppc/yaboot.xml"
39    xpointer="xpointer(//*[@os='h'])"/>
40
41    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
42    href="../ppc/yaboot.xml"
43    xpointer="xpointer(//*[@os='i'])"/>
44
45    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
46    href="../ppc/yaboot.xml"
47    xpointer="xpointer(//*[@os='k'])"/>
48
49    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
50    href="../ppc/yaboot.xml"
51    xpointer="xpointer(//*[@os='l'])"/>
52
53    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
54    href="../ppc/yaboot.xml"
55    xpointer="xpointer(//*[@os='n'])"/>
56
57    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
58    href="../ppc/yaboot.xml"
59    xpointer="xpointer(//*[@os='o'])"/>
60
61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
62    href="../ppc/yaboot.xml"
63    xpointer="xpointer(//*[@os='r'])"/>
64
65    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
66    href="../ppc/yaboot.xml"
67    xpointer="xpointer(//*[@os='s'])"/>
68
69  <para os="s1">You may see an error message referencing ioctl32 with 'Unknown
70  cmd' and '/dev/nvram'.  This does not appear to cause any problems.</para>
71
72    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
73    href="../ppc/yaboot.xml"
74    xpointer="xpointer(//*[@os='t'])"/>
75
76    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
77    href="../ppc/yaboot.xml"
78    xpointer="xpointer(//*[@os='u'])"/>
79
80</sect1>
Note: See TracBrowser for help on using the repository browser.