From: Reto Buerki Date: Thu, 6 Dec 2012 10:54:27 +0000 (+0100) Subject: Use execute wrapper to disable root password X-Git-Tag: 5.0.2rc1~1^2~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b75c7ddc8b6cf39a51c610abd4df65f1343be85;p=thirdparty%2Fstrongswan.git Use execute wrapper to disable root password --- diff --git a/testing/scripts/build-baseimage b/testing/scripts/build-baseimage index 4372e54f96..08d05d12a0 100755 --- a/testing/scripts/build-baseimage +++ b/testing/scripts/build-baseimage @@ -51,7 +51,7 @@ echo " * Running debootstrap ..." execute "debootstrap --arch=$ROOTFSARCH --include=$PACKAGES $ROOTFSSUITE $LOOPDIR $ROOTFSMIRROR" echo " * Disabling root password ..." -chroot $LOOPDIR passwd -d root +execute "chroot $LOOPDIR passwd -d root" echo " * Disabling services ..." for service in $SERVICES