From 0dc3f0f47121860d1dc1c03b972b5a4390a22f5b Mon Sep 17 00:00:00 2001 From: dancer Date: Tue, 8 Apr 2003 14:07:01 +0000 Subject: 0.71 -- fix UML umount problem by not umounting at all --- pbuilder-user-mode-linux | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pbuilder-user-mode-linux') diff --git a/pbuilder-user-mode-linux b/pbuilder-user-mode-linux index 66b23fe..b474c4b 100755 --- a/pbuilder-user-mode-linux +++ b/pbuilder-user-mode-linux @@ -115,11 +115,6 @@ else fi pbuilder "$1" ${UML_EXTRAOPT} \${EXTRAOPT} --buildresult "\${BUILDRESULT}" --buildplace "${UML_CHROOT_MOUNTPOINT}" --internal-build-uml ${BUILDING_DSC_FILE} echo \$? > /proc/exitcode -echo "Umounting ${UML_CHROOT_MOUNTPOINT}" -umount ${UML_CHROOT_MOUNTPOINT} -if [ -n "${UML_BUILDRESULT}" ]; then - umount "${UML_CHROOT_BUILDRESULTMOUNTDIR}" -fi EOF chmod a+x ${INSIDE_PBUILDER} -- cgit v1.2.3