Changeset d785e9d for BOOK/temp-system
- Timestamp:
- May 1, 2014, 1:06:01 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 37957f4
- Parents:
- 5cd8d92
- Location:
- BOOK/temp-system
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/choose.xml
r5cd8d92 rd785e9d 36 36 <para>To chroot, you will also need a Linux Kernel-2.6.32 or greater 37 37 (having been compiled with GCC-4.1.2 or greater). The reason for the 38 kernel version requirement is that glibc is built to generate the library38 kernel version requirement is that Glibc is built to generate the library 39 39 for the smallest version of the Linux kernel expected to be supported.</para> 40 40 -
BOOK/temp-system/common/grep.xml
r5cd8d92 rd785e9d 40 40 assumes there is no usable <filename>regex.h</filename> installed and 41 41 instead uses the one included with Grep. This switch forces the use of 42 the regex functions from G LIBC.</para>42 the regex functions from Glibc.</para> 43 43 </listitem> 44 44 </varlistentry> -
BOOK/temp-system/mips64/choose.xml
r5cd8d92 rd785e9d 32 32 xpointer="xpointer(//*[@os='d'])"/> 33 33 34 <para>To chroot, you will also need a Linux Kernel-2.6.32 or greater (having been compiled with GCC-4.1.2 or greater). The reason for the kernel version requirement is that glibc is built to generate the library for the smallest version of the Linux kernel expected to be supported.</para>34 <para>To chroot, you will also need a Linux Kernel-2.6.32 or greater (having been compiled with GCC-4.1.2 or greater). The reason for the kernel version requirement is that Glibc is built to generate the library for the smallest version of the Linux kernel expected to be supported.</para> 35 35 36 36 <para>To check your kernel version, run <command>cat /proc/version</command> - if it does not say that you are running a 2.6.32 or later Linux kernel, compiled with GCC 4.1.2 or later, you cannot chroot.</para> -
BOOK/temp-system/multilib/choose.xml
r5cd8d92 rd785e9d 32 32 <para>To chroot, you will also need a Linux Kernel-2.6.32 or greater 33 33 (having been compiled with GCC-4.1.2 or greater). The reason for the 34 kernel version requirement is that glibc is built to generate the library34 kernel version requirement is that Glibc is built to generate the library 35 35 for the smallest version of the Linux kernel expected to be supported.</para> 36 36 -
BOOK/temp-system/ppc64/choose.xml
r5cd8d92 rd785e9d 23 23 successfully chroot and execute 64-bit programs. However, if the 24 24 kernel personality has been set to 32-bit by a utility such as 25 linux32, it will eventually fail when glibc thinks it is building25 linux32, it will eventually fail when Glibc thinks it is building 26 26 on a 32-bit system and tries to include incompatible assembler code 27 27 in the 64-bit glibc.</para>
Note:
See TracChangeset
for help on using the changeset viewer.