diff options
Diffstat (limited to 'pbuilder-checkparams')
-rwxr-xr-x | pbuilder-checkparams | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-checkparams b/pbuilder-checkparams index 27a836d..66a99d5 100755 --- a/pbuilder-checkparams +++ b/pbuilder-checkparams @@ -209,7 +209,7 @@ while [ -n "$1" ]; do # specify this option if I am running inside UML. echo " -> Running in pbuilder-user-mode-linux mode" INTERNAL_BUILD_UML="yes" - IGNORE_UMOUNT="yes" + IGNORE_UMOUNT="no" shift; ;; --) # end of processing for this |