X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=bin%2Fcasper-reconfigure;h=7855210640e7a84d9c36487832eac484473c800a;hb=b20c029242be0736ebad66870076fbd0f46b2274;hp=628bff3dcdb7d9f4101a838c983df84ca248c666;hpb=9a7f83110cfb153d853f5d074968a661121d4e07;p=live-boot-grml.git diff --git a/bin/casper-reconfigure b/bin/casper-reconfigure index 628bff3..7855210 100755 --- a/bin/casper-reconfigure +++ b/bin/casper-reconfigure @@ -47,6 +47,10 @@ if [ -z "$version" ]; then exit 0 fi -runcommandinroot "$root" dpkg-reconfigure -fnoninteractive --no-reload -phigh "$package" +if [ "${BUILD_SYSTEM}" == "Debian" ]; then + runcommandinroot "$root" dpkg-reconfigure -fnoninteractive --no-reload -phigh "$package" +else + runcommandinroot "$root" dpkg-reconfigure -fnoninteractive --no-reload "$package" +fi exit 0