That'll work too :P Nick Rout wrote:
Joseph Miller wrote:I find that the easiest thing to do when setting up a chroot, is to# mkdir $MYCHROOT/dev # cp /dev/MAKEDEV $MYCHROOT/dev/ # cd $MYCHROOT/dev/ # ./MAKEDEV generic and bingo, all the usual suspects, all set up in your chroot :)How about mount --bind /dev $MYCHROOT/dev/
