aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--debian/changelog7
-rwxr-xr-xpbuilder-user-mode-linux2
3 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dd41d66..9d4121d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-08-01 Junichi Uekawa <dancer@debian.org>
+
+ * pbuilder-user-mode-linux (UML_EXITCODE): remove |lv from pipe,
+ it's not needed.
+ Subject: Bug#203732: pbuilder-uml: Missing dependency on lv
+ From: Daniel Schepler <schepler@math.berkeley.edu>
+
+
2003-07-27 Junichi Uekawa <dancer@debian.org>
* pbuilder-user-mode-linux: support --distribution flag for
diff --git a/debian/changelog b/debian/changelog
index c7306e5..5c6346c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pbuilder (0.79) UNRELEASED; urgency=low
+
+ * Remove reference to lv from source code, it was only for debugging
+ purposes. (closes: #203732)
+
+ -- Junichi Uekawa <dancer@debian.org> Fri, 1 Aug 2003 19:55:58 +0900
+
pbuilder (0.78) unstable; urgency=low
* Support --distribution flag for user-mode-linux, a long-standing missing
diff --git a/pbuilder-user-mode-linux b/pbuilder-user-mode-linux
index c96eed7..9b417da 100755
--- a/pbuilder-user-mode-linux
+++ b/pbuilder-user-mode-linux
@@ -248,7 +248,7 @@ case "${OPERATION}" in
mkdir ~/.pbuilder-user-mode-linux
fi
cd ~/.pbuilder-user-mode-linux
- sed "s/dist=.*/dist=${UML_DISTRIBUTION}/" /etc/rootstrap/rootstrap.conf|lv > rootstrap.conf
+ sed "s/dist=.*/dist=${UML_DISTRIBUTION}/" /etc/rootstrap/rootstrap.conf > rootstrap.conf
rootstrap -s 1000 ${PBUILDER_UML_IMAGE}
operate_uml update
;;