source: BOOK/chroot/mips/before-chroot.xml @ 42a32ea

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 42a32ea was 42a32ea, checked in by Joe Ciccone <jciccone@…>, 16 years ago

Add a page right before Entering the Chroot Enviornment. This page covers the problem of building a 32bit system from a 64bit host or building a older 32bit system from another newer 32bit system.

  • Property mode set to 100644
File size: 1.9 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/2003/XInclude"
13  href="../x86/before-chroot.xml"
14  xpointer="xpointer(//*[@role='determining-ifneeded'])"/>
15
16  <xi:include xmlns:xi="http://www.w3.org/2003/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/2003/XInclude"
24    href="../x86/before-chroot.xml"
25    xpointer="xpointer(//*[@os='uua'])"/>
26
27    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
28    href="../x86/before-chroot.xml"
29    xpointer="xpointer(//*[@os='uub'])"/>
30
31    <xi:include xmlns:xi="http://www.w3.org/2003/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    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
38    href="../x86/before-chroot.xml"
39    xpointer="xpointer(//*[@os='uue'])"/>
40
41    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
42    href="../x86/before-chroot.xml"
43    xpointer="xpointer(//*[@os='uuf'])"/>
44
45    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
46    href="../x86/before-chroot.xml"
47    xpointer="xpointer(//*[@os='uug'])"/>
48
49    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
50    href="../x86/before-chroot.xml"
51    xpointer="xpointer(//*[@os='uuh'])"/>
52
53    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
54    href="../x86/before-chroot.xml"
55    xpointer="xpointer(//*[@os='uui'])"/>
56
57  </sect2>
58
59</sect1>
Note: See TracBrowser for help on using the repository browser.