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