aboutsummaryrefslogtreecommitdiff
path: root/pbuilderrc
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@netfort.gr.jp>2008-09-28 11:38:58 -0700
committerJunichi Uekawa <dancer@netfort.gr.jp>2008-09-28 11:41:18 -0700
commit0de2f647f98c55d7a6988e2e29c7949bea0bc054 (patch)
tree43da2b482d64f3c2b03facb45c7941c9246c5305 /pbuilderrc
parent03163f182586c785a1cb15202ceb249bbeafc2e1 (diff)
downloadpbuilder-0de2f647f98c55d7a6988e2e29c7949bea0bc054.tar
pbuilder-0de2f647f98c55d7a6988e2e29c7949bea0bc054.tar.gz
REMOVEPACKAGES="", thanks to Sven Joachim (closes: #500002)
lilo is not installed by default anymore, and having it here makes a dpkg warning every time. Good-bye!
Diffstat (limited to 'pbuilderrc')
-rwxr-xr-xpbuilderrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilderrc b/pbuilderrc
index 1445acb..c344b0a 100755
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -23,7 +23,7 @@ COMPONENTS="main"
#specify the cache for APT
APTCACHE="/var/cache/pbuilder/aptcache/"
APTCACHEHARDLINK="yes"
-REMOVEPACKAGES="lilo"
+REMOVEPACKAGES=""
#HOOKDIR="/usr/lib/pbuilder/hooks"
HOOKDIR=""