Hendrik Tews <tews@tcs.inf.tu-dresden.de> writes: > Can I launch a standard 32-bit application from inside the 64-bit > chroot? For instance via mounting the original root directory > inside the chroot to obtain nested 32-bit and 64-bit chroots? Yes you can e.g. mount --bind / /chroot/pure64/chroot/32bit and then chroot into there to get out of there, if that makes any sense. :) For the rest see other mails. MfG Goswin