From 9341668729319a00b434ec89db1fa7c63a6b8b25 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 15 Nov 2013 11:49:52 +0000 Subject: Put dpkg.cfg in the right directory --- vm-data/worker.customize | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vm-data/worker.customize b/vm-data/worker.customize index a311129..70cbe10 100755 --- a/vm-data/worker.customize +++ b/vm-data/worker.customize @@ -25,7 +25,8 @@ rootdir="$1" # Configure dpkg to prefer the old version of a conffile, so upgrades # (especially of sid) will work without prompting. -cat < "$rootdir/etc/dpkg.cfg" +mkdir "$rootdir/etc/dpkg" +cat < "$rootdir/etc/dpkg/dpkg.cfg" force-confold EOF -- cgit v1.2.1