- Timestamp:
- May 1, 2006, 12:38:33 PM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 7a63c4ce
- Parents:
- eb1e181
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/x86/kernel.xml
reb1e181 r5d9d2e5 99 99 <screen os="q"><literal>alias char-major-XXX some-module</literal></screen> 100 100 101 <para os="r">Because of the complications with Hotplug, Udev,and modules,101 <para os="r">Because of the complications with Udev and modules, 102 102 we strongly recommend starting with a completely non-modular kernel 103 103 configuration, especially if this is the first time using Udev.</para> … … 160 160 class="directory">include</filename> directory should 161 161 <emphasis>always</emphasis> be the ones against which Glibc was 162 compiled, that is, the ones from the Linux-Libc-Headers package, 163 and therefore, should <emphasis>never</emphasis> be replaced by 164 the kernel headers.</para> 162 compiled (from the Linux-Headers package) and should 163 <emphasis>never</emphasis> be replaced by the kernel headers.</para> 165 164 </warning> 166 165 -
BOOK/cross-tools/x86/gcc-static.xml
reb1e181 r5d9d2e5 24 24 and no Threads</title> 25 25 26 <para os="aa"> First make a couple of essential adjustments to the specs file26 <para os="aa">Make a couple of essential adjustments to the specs file 27 27 to ensure GCC uses our build environment:</para> 28 28 -
BOOK/final-system/ppc/powerpc-utils.xml
reb1e181 r5d9d2e5 36 36 <title>Installation of Powerpc-Utils</title> 37 37 38 <para>This package, originally pmac-utils, has issues with NewWorld macintoshes. 39 The following patch fixes these issues and generally updates the package.</para> 38 <para>This package, originally pmac-utils, has issues with 39 NewWorld Macintoshes. The following patch fixes these issues 40 and generally updates the package:</para> 40 41 41 42 <screen><userinput>patch -Np1 -i ../&powerpcutils-patch;</userinput></screen> 42 43 43 <para>Compile the usefulprograms:</para>44 <para>Compile the needed programs:</para> 44 45 45 46 <screen><userinput>make nvsetenv nvsetvol</userinput></screen> -
BOOK/temp-system/common/bzip2.xml
reb1e181 r5d9d2e5 23 23 <title>Installation of Bzip2</title> 24 24 25 <para os="ca">Remove the tests since they won't work on a 25 <para os="ca">Bzip's default Makefile target automatically runs 26 the testsuite as well. Disable the tests since they won't work on a 26 27 multi-architecture build:</para> 27 28
Note:
See TracChangeset
for help on using the changeset viewer.