diff options
author | dancer <dancer> | 2004-07-24 02:05:40 +0000 |
---|---|---|
committer | dancer <dancer> | 2004-07-24 02:05:40 +0000 |
commit | c7c59cb36ac720cacd79a9413e8d1747991865f7 (patch) | |
tree | 905f474a1a67ae383b696c9141c46e302b64f741 /pbuilder-user-mode-linux | |
parent | be3bc3e35896a53c59f06efc30f13b80f3746dd0 (diff) | |
download | pbuilder-c7c59cb36ac720cacd79a9413e8d1747991865f7.tar pbuilder-c7c59cb36ac720cacd79a9413e8d1747991865f7.tar.gz |
uml testsuite works now with sid.
sarge didn't work out this time, maybe next.
Diffstat (limited to 'pbuilder-user-mode-linux')
-rwxr-xr-x | pbuilder-user-mode-linux | 13 |
1 files changed, 12 insertions, 1 deletions
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 |