From c7c59cb36ac720cacd79a9413e8d1747991865f7 Mon Sep 17 00:00:00 2001 From: dancer Date: Sat, 24 Jul 2004 02:05:40 +0000 Subject: uml testsuite works now with sid. sarge didn't work out this time, maybe next. --- pbuilder-user-mode-linux | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'pbuilder-user-mode-linux') diff --git a/pbuilder-user-mode-linux b/pbuilder-user-mode-linux index 33b4928..279d09b 100755 --- a/pbuilder-user-mode-linux +++ b/pbuilder-user-mode-linux @@ -125,7 +125,7 @@ else mkdir -p ${UML_CHROOT_BUILDRESULTMOUNTDIR} || true mount -t hostfs none "${UML_CHROOT_BUILDRESULTMOUNTDIR}" -o "${UML_BUILDRESULT}" fi -pbuilder "$1" ${UML_EXTRAOPT} \${EXTRAOPT[@]} --buildresult "\${BUILDRESULT}" --buildplace "${UML_CHROOT_MOUNTPOINT}" --internal-build-uml ${BUILDING_DSC_FILE} ${UML_EXECUTE_EXTRAOPT} +pbuilder "$1" ${UML_EXTRAOPT} \${EXTRAOPT[@]} --buildresult "\${BUILDRESULT}" --buildplace "${UML_CHROOT_MOUNTPOINT}" --internal-build-uml ${UML_DEBUGMODE:+--debug} ${BUILDING_DSC_FILE} ${UML_EXECUTE_EXTRAOPT} echo \$? > /proc/exitcode /sbin/halt -d -f EOF @@ -288,6 +288,17 @@ case "${OPERATION}" in UML_EXECUTE_EXTRAOPT="${UML_EXECUTE_EXTRAOPT} $@" operate_uml execute ;; + dumpconfig) + echo " -> start dump outside of UML" + echo " -> set" + set; + echo " -> env" + env; + echo " -> end dump outside of UML" + usecow + EXTRACLEANUP=cleancow + operate_uml dumpconfig + ;; create) if [ -n "${UML_DISTRIBUTION}" ]; then if [ ! -d ~/.pbuilder-user-mode-linux ]; then -- cgit v1.2.3