aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2002-12-18 08:20:57 +0000
committerdancer <dancer>2002-12-18 08:20:57 +0000
commite16af8eb606a13ec6466cf4492449ce9408312fb (patch)
tree619ba9008ad9d57853ce9bc24f2bca83bbe7cf02
parenta61725fcc8d276f29a98b6ae0663e4bdf508e0e6 (diff)
downloadpbuilder-e16af8eb606a13ec6466cf4492449ce9408312fb.tar
pbuilder-e16af8eb606a13ec6466cf4492449ce9408312fb.tar.gz
COW patch, UNRELEASED, yet.
-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
;;
*)