diff --git a/ubuntu_chroot b/ubuntu_chroot index 0127e7d..a434c45 100644 --- a/ubuntu_chroot +++ b/ubuntu_chroot @@ -60,6 +60,7 @@ setup_mounts() $MOUNT -t devpts devpts $ROOT/dev/pts $MOUNT -t sysfs sysfs $ROOT/sys $MOUNT -t tmpfs run $ROOT/run + $MOUNT -t proc proc $ROOT/proc if [ ! -d $ROOT/run/shm ] then