3. Using the Secondary Distributions
With the secondary distributions installed, the steps to use them are:
mount --bind /proc /opt/distros/redhat_6.2/proc mount --bind /tmp /opt/distros/redhat_6.2/tmp
mount --bind /home/USER/src/PROJECT /opt/distros/redhat_6.2/USER/src/PROJECT
to obtain a shell with one of the secondary distros. Note that the xhost command is only necessary if you intend to use X-windows applications.xhost +localhost chroot /opt/distros/redhat_6.2 /bin/bash