aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-user-mode-linux
diff options
context:
space:
mode:
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}