Adding casper 1.63+debian-1.
[live-boot-grml.git] / bin / casper-reconfigure
index 51f999b..628bff3 100755 (executable)
@@ -47,6 +47,6 @@ if [ -z "$version" ]; then
     exit 0
 fi
 
-runcommandinroot "$root" dpkg-reconfigure -fnoninteractive --no-reload "$package"
+runcommandinroot "$root" dpkg-reconfigure -fnoninteractive --no-reload -phigh "$package"
 
 exit 0