aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rwxr-xr-xpbuilder-user-mode-linux2
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 3e5ba5a..fea91ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-pbuilder (0.56) unstable; urgency=low
+pbuilder (0.56) UNRELEASED; urgency=low
* Use copy-on-write image in pbuilder-user-mode-linux.
- -- Junichi Uekawa <dancer@debian.org> Wed, 18 Dec 2002 11:06:30 +0900
+ -- Junichi Uekawa <dancer@debian.org> Wed, 18 Dec 2002 17:20:53 +0900
pbuilder (0.55) unstable; urgency=low
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
;;
*)