diff options
Diffstat (limited to 'pbuilder-checkparams')
-rwxr-xr-x | pbuilder-checkparams | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pbuilder-checkparams b/pbuilder-checkparams index 2bdf33d..6e8350e 100755 --- a/pbuilder-checkparams +++ b/pbuilder-checkparams @@ -183,6 +183,11 @@ while [ -n "$1" ]; do DEBOOTSTRAPOPTS[${#DEBOOTSTRAPOPTS[@]}]="$2"; shift; shift; ;; + --debootstrap) + # Use this option to specify cdebootstrap + DEBOOTSTRAP="$2"; + shift; shift; + ;; --save-after-login|--save-after-exec) SAVE_AFTER_LOGIN=yes; shift; |