X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=schrootbd;h=b28079721b5f08373b1bee99467ec24ed3719bb1;hp=2e0d4002285870497f7bf31d9d7c4ac6512bd3a6;hb=67fe3081fb8bb929ce5c9927286f23eb1fd0099e;hpb=eb40df7f71e3f8c5004898b949797c162344ab68 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