source: BOOK/chroot/mips/before-chroot.xml @ dabbced

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since dabbced was dabbced, checked in by Joe Ciccone <jciccone@…>, 13 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.3 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-chroot-before-chroot">
9  <?dbhtml filename="before-chroot.html"?>
10  <title>Before Entering the Chroot Environment</title>
11
12  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
13  href="../x86/before-chroot.xml"
14  xpointer="xpointer(//*[@role='determining-ifneeded'])"/>
15
16  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
17  href="../x86/before-chroot.xml"
18  xpointer="xpointer(//*[@role='using-setarch'])"/>
19
20  <sect2 role="using-uname_hack">
21    <title>Using a Uname Hack</title>
22
23    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
24    href="../x86/before-chroot.xml"
25    xpointer="xpointer(//*[@os='uua'])"/>
26
27    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
28    href="../x86/before-chroot.xml"
29    xpointer="xpointer(//*[@os='uub'])"/>
30
31    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
32    href="../x86/before-chroot.xml"
33    xpointer="xpointer(//*[@os='uuc'])"/>
34
35<screen os="uud"><userinput>make uname_hack_fake_machine=mips</userinput></screen>
36
37    <variablelist os="uue">
38      <title>The meaning of the make and install options:</title>
39
40      <varlistentry os="uue1">
41        <term><parameter>uname_hack_fake_machine=mips</parameter></term>
42        <listitem>
43          <para>This parameter sets the value that the uts machine type will be
44          changed to.</para>
45        </listitem>
46      </varlistentry>
47
48    </variablelist>
49
50    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
51    href="../x86/before-chroot.xml"
52    xpointer="xpointer(//*[@os='uuf'])"/>
53
54    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
55    href="../x86/before-chroot.xml"
56    xpointer="xpointer(//*[@os='uug'])"/>
57
58    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
59    href="../x86/before-chroot.xml"
60    xpointer="xpointer(//*[@os='uuh'])"/>
61
62    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
63    href="../x86/before-chroot.xml"
64    xpointer="xpointer(//*[@os='uui'])"/>
65
66    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
67    href="../x86/before-chroot.xml"
68    xpointer="xpointer(//*[@os='uuj'])"/>
69
70  </sect2>
71
72</sect1>
Note: See TracBrowser for help on using the repository browser.