X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=fai%2Fconfig%2Fhooks%2Finstsoft.DEBIAN;h=d6f1ad1f5b9fcd8cd417292b8a90adac09f77e40;hp=747af59f7c29380f8ff8e3e026cb92ec8b82bca0;hb=HEAD;hpb=723056c40d38694c14d9bcb6b4a3108f7054a2a1 diff --git a/fai/config/hooks/instsoft.DEBIAN b/fai/config/hooks/instsoft.DEBIAN index 747af59..d6f1ad1 100755 --- a/fai/config/hooks/instsoft.DEBIAN +++ b/fai/config/hooks/instsoft.DEBIAN @@ -1,5 +1,6 @@ #! /bin/bash +set -x # if package locales will be installed, then install it early, before # other packages if [ $FAI_ACTION != "install" -a $FAI_ACTION != "dirinstall" ]; then @@ -7,7 +8,6 @@ if [ $FAI_ACTION != "install" -a $FAI_ACTION != "dirinstall" ]; then fi fcopy -Bi /etc/apt/apt.conf.d/force_confdef -ainsl -a /etc/ucf.conf "^conf_force_conffold=YES" # in case the locales are already included inside the base file (Ubuntu) if [ -f $target/usr/sbin/locale-gen ]; then