Changes

Line 62: Line 62:  
  export CHROOT=`pwd`/f12
 
  export CHROOT=`pwd`/f12
 
  sudo febootstrap fedora-12 $CHROOT    # sugar-0.85.5, at the time of writing
 
  sudo febootstrap fedora-12 $CHROOT    # sugar-0.85.5, at the time of writing
 +
 +
Finally, as with Debian:
 +
 +
# and some of the following:
 +
mount -t tmpfs tmpfs $CHROOT/tmp
 +
mount -t proc proc $CHROOT/proc
 +
mount -t devpts devpts $CHROOT/dev/pts
 +
mount -t selinuxfs selinux $CHROOT/selinux
 +
 +
# and to enter the chroot
 +
sudo chroot $CHROOT /bin/bash -l
    
==== Gentoo chroot ====
 
==== Gentoo chroot ====
76

edits