aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-user-mode-linux
diff options
context:
space:
mode:
authordancer <dancer>2003-04-08 14:07:01 +0000
committerdancer <dancer>2003-04-08 14:07:01 +0000
commit0dc3f0f47121860d1dc1c03b972b5a4390a22f5b (patch)
treebde7e60b78d3097a9d1d5f2abf4e1ce414140b8d /pbuilder-user-mode-linux
parent75a5c6348610d497096f32289abeeaa46083545a (diff)
downloadpbuilder-0dc3f0f47121860d1dc1c03b972b5a4390a22f5b.tar
pbuilder-0dc3f0f47121860d1dc1c03b972b5a4390a22f5b.tar.gz
0.71 -- fix UML umount problem by not umounting at all
Diffstat (limited to 'pbuilder-user-mode-linux')
-rwxr-xr-xpbuilder-user-mode-linux5
1 files changed, 0 insertions, 5 deletions
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}