Changeset 9aed5b3 for BOOK/temp-system
- Timestamp:
- Feb 21, 2006, 1:46:43 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- c432fbb
- Parents:
- 0d2d688
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/choose.xml
r0d2d688 r9aed5b3 11 11 <title>To Boot or to Chroot?</title> 12 12 13 <para>The boot method is for when your building on a different architectures. 14 Like building PowerPC and x86, you simply just can't chroot. The rule of thumb 15 here is if the architectures don't match you can't use.</para> 13 <para>The boot method is for when you are building on a different architecture. 14 Like building PowerPC and x86, you can't chroot.</para> 16 15 17 16 <para>For the boot method, follow to <xref linkend="chapter-boot"/>.</para> 18 17 19 <para>The chroot method is for when you r building on a same architectures.18 <para>The chroot method is for when you are building on the same architecture, 20 19 Like building x86 and x86, you simply just chroot. The rule of thumb 21 here is if the architectures match you can use. Also x86 to x86_64, you 22 can not chroot, you will have to use the boot method.</para> 20 here is if the architectures match and you are running the same series kernel 21 you can just chroot. If you aren't running the same series kernel, or are 22 wanting to run a different ABI, you will need to use the boot option.</para> 23 23 24 24 <para>For the chroot method, follow to <xref linkend="chapter-chroot"/>.</para>
Note:
See TracChangeset
for help on using the changeset viewer.