From e407829a005c06eeadab6d3e16f4fa49938d8f2a Mon Sep 17 00:00:00 2001 From: dancer Date: Thu, 15 Jul 2004 22:05:31 +0000 Subject: +2004-07-16 Junichi Uekawa + + * 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 + + * Documentation/pbuilder-doc.xml: update notes on D10tmp script. + + * examples/D10tmp: mkdir -p + +2004-07-09 Junichi Uekawa + + * 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. + --- pbuilder-user-mode-linux | 1 + 1 file changed, 1 insertion(+) (limited to 'pbuilder-user-mode-linux') 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} -- cgit v1.2.3