aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-user-mode-linux
diff options
context:
space:
mode:
authordancer <dancer>2003-04-06 22:16:35 +0000
committerdancer <dancer>2003-04-06 22:16:35 +0000
commit75a5c6348610d497096f32289abeeaa46083545a (patch)
tree6c7cadd7b3d73e32760eec124957b3b90393a7e0 /pbuilder-user-mode-linux
parent16355a6841056fa7fe623d79001daf369d8a3d3e (diff)
downloadpbuilder-75a5c6348610d497096f32289abeeaa46083545a.tar
pbuilder-75a5c6348610d497096f32289abeeaa46083545a.tar.gz
0.70
Diffstat (limited to 'pbuilder-user-mode-linux')
-rwxr-xr-xpbuilder-user-mode-linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-user-mode-linux b/pbuilder-user-mode-linux
index 0d1432a..66b23fe 100755
--- a/pbuilder-user-mode-linux
+++ b/pbuilder-user-mode-linux
@@ -194,7 +194,7 @@ while [ -n "$1" ] ; do
UML_EXTRAOPT="${UML_EXTRAOPT} $1"
shift;;
#things that can be passed through with options
- --timeout|--http-proxy|--configfile|--hookdir|--aptconfdir)
+ --timeout|--http-proxy|--configfile|--hookdir|--aptconfdir|--bindmounts)
UML_EXTRAOPT="${UML_EXTRAOPT} $1 $2"
shift; shift;;
--buildresult)