Is this [1] diff the only patch to be applied for directory-based Easy Debian? [1] http://213.128.137.28/showpost.php?p...postcount=2911
pp900-a:/sbin# diff closechroot closechroot.old --- closechroot +++ closechroot.old @@ -29,7 +29,7 @@ fi #Abort if chroot not mounted. -if [ "$IMGFILE" != "none" ] && [ ! -f "$CHROOT/var/lock/qmount-complete" ] ; then +if [ ! -f "$CHROOT/var/lock/qmount-complete" ] ; then echo "Nothing to do; chroot not mounted!" - exit 1 + #exit 1 fi