From: Martin Pitt Date: Wed, 25 Jan 2017 13:32:04 +0000 (+0100) Subject: schrootbd: force new conffiles X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=0b2b7272201395ead03cb97578f1ef170c42e445 schrootbd: force new conffiles --- diff --git a/schrootbd b/schrootbd index 2e0d400..b280797 100755 --- a/schrootbd +++ b/schrootbd @@ -9,6 +9,6 @@ if [ -z "$pkg" ]; then fi SESSID=$(schroot -b -c "$schroot" -n "schroot-$schroot-$pkg") -schroot -r -c session:$SESSID -u root -- apt-get -y build-dep "$pkg" +schroot -r -c session:$SESSID -u root -- apt-get -o Dpkg::Options::="--force-confnew" -y build-dep "$pkg" echo "You will now be put into the schroot. It will NOT be cleaned up when you exit this shell!" schroot -r -c session:$SESSID