From: martin@piware.de <> Date: Tue, 19 Dec 2006 16:36:57 +0000 (+0100) Subject: update-chroots: use dchroot -a X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=bd472bcf714b11da1190c356ded9d76c25023a7f update-chroots: use dchroot -a --- diff --git a/update-chroots b/update-chroots index 5c20ecb..c126d1d 100755 --- a/update-chroots +++ b/update-chroots @@ -1,4 +1,3 @@ #!/bin/sh dchroot -a -- 'apt-get update' -dchroot -d -c breezy -- 'apt-get -u -y dist-upgrade' -dchroot -d -c dapper -- 'apt-get -u -y dist-upgrade' +dchroot -a -- 'apt-get -u -y dist-upgrade'