diff options
author | dancer <dancer> | 2002-12-18 08:20:57 +0000 |
---|---|---|
committer | dancer <dancer> | 2002-12-18 08:20:57 +0000 |
commit | e16af8eb606a13ec6466cf4492449ce9408312fb (patch) | |
tree | 619ba9008ad9d57853ce9bc24f2bca83bbe7cf02 /pbuilder-user-mode-linux | |
parent | a61725fcc8d276f29a98b6ae0663e4bdf508e0e6 (diff) | |
download | pbuilder-e16af8eb606a13ec6466cf4492449ce9408312fb.tar pbuilder-e16af8eb606a13ec6466cf4492449ce9408312fb.tar.gz |
COW patch, UNRELEASED, yet.
Diffstat (limited to 'pbuilder-user-mode-linux')
-rwxr-xr-x | pbuilder-user-mode-linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-user-mode-linux b/pbuilder-user-mode-linux index 165efb0..2375171 100755 --- a/pbuilder-user-mode-linux +++ b/pbuilder-user-mode-linux @@ -171,7 +171,7 @@ case "${OPERATION}" in operate_uml login ;; create) - rootstrap -s 100 ${PBUILDER_UML_IMAGE} + rootstrap -s 1000 ${PBUILDER_UML_IMAGE} operate_uml update ;; *) |