aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2004-07-20 16:07:31 +0000
committerdancer <dancer>2004-07-20 16:07:31 +0000
commitbe3bc3e35896a53c59f06efc30f13b80f3746dd0 (patch)
tree3cd0f69d33f785a72f80fe8e48a995fa80252b13
parente407829a005c06eeadab6d3e16f4fa49938d8f2a (diff)
downloadpbuilder-be3bc3e35896a53c59f06efc30f13b80f3746dd0.tar
pbuilder-be3bc3e35896a53c59f06efc30f13b80f3746dd0.tar.gz
+2004-07-21 Junichi Uekawa <dancer@debian.org>
+ + * pbuilder-uml.conf.5: update doc to note that ~/.pbuilderrc shoulnd't have APTCACHEHARDLINK=yes if using user-mode-linux + + * pbuilder-uml.conf (APTCACHEHARDLINK): set default value of APTCACHEHARDLINK to no. +
-rw-r--r--ChangeLog6
-rw-r--r--debian/changelog8
-rw-r--r--pbuilder-uml.conf1
-rw-r--r--pbuilder-uml.conf.53
4 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b61622..52f03da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-07-21 Junichi Uekawa <dancer@debian.org>
+
+ * pbuilder-uml.conf.5: update doc to note that ~/.pbuilderrc shoulnd't have APTCACHEHARDLINK=yes if using user-mode-linux
+
+ * pbuilder-uml.conf (APTCACHEHARDLINK): set default value of APTCACHEHARDLINK to no.
+
2004-07-16 Junichi Uekawa <dancer@debian.org>
* pbuilder-user-mode-linux: 259325: call /sbin/halt -d -f
diff --git a/debian/changelog b/debian/changelog
index e1de88a..f63c4c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pbuilder (0.111) unstable; urgency=low
+
+ * Fix pbuilder-uml default behavior to not to have cross-device link warnings
+ set system default to 'APTCACHEHARDLINK=no'
+ (closes: #259291)
+
+ -- Junichi Uekawa <dancer@debian.org> Wed, 21 Jul 2004 01:04:03 +0900
+
pbuilder (0.110) unstable; urgency=low
* shutdown UML cleanly on exit, thanks go to Joey Hess for noticing this
diff --git a/pbuilder-uml.conf b/pbuilder-uml.conf
index e9b7bb4..f9a5136 100644
--- a/pbuilder-uml.conf
+++ b/pbuilder-uml.conf
@@ -13,5 +13,6 @@ UML_MEM=128M
UML_HOSTNAME=$(hostname)
UML_BUILDRESULT=
ROOTSTRAP_IMAGESIZE=1000
+APTCACHEHARDLINK=no
diff --git a/pbuilder-uml.conf.5 b/pbuilder-uml.conf.5
index 29b4815..d9effe1 100644
--- a/pbuilder-uml.conf.5
+++ b/pbuilder-uml.conf.5
@@ -84,7 +84,10 @@ It is advised to set
to
.I no
in
+.BR "~/.pbuilderrc" .
+see
.B "pbuilderrc(5)"
+for details.
.SH "AUTHOR"
Initial coding, and main maintenance is done by