aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-user-mode-linux
diff options
context:
space:
mode:
authordancer <dancer>2004-07-15 22:05:31 +0000
committerdancer <dancer>2004-07-15 22:05:31 +0000
commite407829a005c06eeadab6d3e16f4fa49938d8f2a (patch)
treef633027a56575b72cd8f67af7017d9c211b0f9d7 /pbuilder-user-mode-linux
parentf4518c25ed9e609936470831a720bf80aa0db4a1 (diff)
downloadpbuilder-e407829a005c06eeadab6d3e16f4fa49938d8f2a.tar
pbuilder-e407829a005c06eeadab6d3e16f4fa49938d8f2a.tar.gz
+2004-07-16 Junichi Uekawa <dancer@debian.org>
+ + * pbuilder-user-mode-linux: 259325: call /sbin/halt -d -f + instead of just doing an exit from UML. + init=/bin/sh, and this is required for safe exit now, apparently. + +2004-07-14 Junichi Uekawa <dancer@debian.org> + + * Documentation/pbuilder-doc.xml: update notes on D10tmp script. + + * examples/D10tmp: mkdir -p + +2004-07-09 Junichi Uekawa <dancer@debian.org> + + * testsuite/run-test.sh (IOSTATPID): add debemail to testsuite. + + * pbuilder-buildpackage (PACKAGENAME): move SUTOUSER outside of what's fed into bash. + Run bash in SUTOUSER. SUTOUSER might be eating quote characters. +
Diffstat (limited to 'pbuilder-user-mode-linux')
-rwxr-xr-xpbuilder-user-mode-linux1
1 files changed, 1 insertions, 0 deletions
diff --git a/pbuilder-user-mode-linux b/pbuilder-user-mode-linux
index 14547b5..33b4928 100755
--- a/pbuilder-user-mode-linux
+++ b/pbuilder-user-mode-linux
@@ -127,6 +127,7 @@ else
fi
pbuilder "$1" ${UML_EXTRAOPT} \${EXTRAOPT[@]} --buildresult "\${BUILDRESULT}" --buildplace "${UML_CHROOT_MOUNTPOINT}" --internal-build-uml ${BUILDING_DSC_FILE} ${UML_EXECUTE_EXTRAOPT}
echo \$? > /proc/exitcode
+/sbin/halt -d -f
EOF
chmod a+x ${INSIDE_PBUILDER}