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

systemd
Last change on this file since b9d7532 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
RevLine 
[42a32ea]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
[dabbced]12  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[42a32ea]13  href="../x86/before-chroot.xml"
14  xpointer="xpointer(//*[@role='determining-ifneeded'])"/>
15
[dabbced]16  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[42a32ea]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
[dabbced]23    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[42a32ea]24    href="../x86/before-chroot.xml"
25    xpointer="xpointer(//*[@os='uua'])"/>
26
[dabbced]27    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[42a32ea]28    href="../x86/before-chroot.xml"
29    xpointer="xpointer(//*[@os='uub'])"/>
30
[dabbced]31    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[42a32ea]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
[bba53b5]37    <variablelist os="uue">
38      <title>The meaning of the make and install options:</title>
39
40      <varlistentry os="uue1">
[960747b]41        <term><parameter>uname_hack_fake_machine=mips</parameter></term>
[bba53b5]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>
[42a32ea]49
[dabbced]50    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[42a32ea]51    href="../x86/before-chroot.xml"
52    xpointer="xpointer(//*[@os='uuf'])"/>
53
[dabbced]54    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[42a32ea]55    href="../x86/before-chroot.xml"
56    xpointer="xpointer(//*[@os='uug'])"/>
57
[dabbced]58    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[42a32ea]59    href="../x86/before-chroot.xml"
60    xpointer="xpointer(//*[@os='uuh'])"/>
61
[dabbced]62    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[42a32ea]63    href="../x86/before-chroot.xml"
64    xpointer="xpointer(//*[@os='uui'])"/>
65
[dabbced]66    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[bba53b5]67    href="../x86/before-chroot.xml"
68    xpointer="xpointer(//*[@os='uuj'])"/>
69
[42a32ea]70  </sect2>
71
72</sect1>
Note: See TracBrowser for help on using the repository browser.