X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fhooks%2Finstsoft.DEBIAN;h=d6f1ad1f5b9fcd8cd417292b8a90adac09f77e40;hb=fd75a734a7149cf203553d36270482af37e680da;hp=355f46d4f1a0743c8a940b3b7b59df149af8d6e5;hpb=5f680f6bea2faae10ca8e5ccea0d08d18ccc9aa1;p=automated-distro-installer diff --git a/fai/config/hooks/instsoft.DEBIAN b/fai/config/hooks/instsoft.DEBIAN index 355f46d..d6f1ad1 100755 --- a/fai/config/hooks/instsoft.DEBIAN +++ b/fai/config/hooks/instsoft.DEBIAN @@ -8,14 +8,11 @@ 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" -# ian: on flidas this gives an error: update-locale: Error: invalid locale settings: LANG=en_US.UTF-8 -# # in case the locales are already included inside the base file (Ubuntu) -# if [ -f $target/usr/sbin/locale-gen ]; then -# $ROOTCMD dpkg-reconfigure -fnoninteractive locales -# exit -# fi +# in case the locales are already included inside the base file (Ubuntu) +if [ -f $target/usr/sbin/locale-gen ]; then + exit +fi # if we want to install locales, install them now install_packages -l 2>/dev/null | egrep -q ' locales|locales ' @@ -26,3 +23,6 @@ if [ $? -eq 0 ]; then $ROOTCMD apt-get -y install locales > /dev/null fi fi + +# use zstd for dracut initrd +ainsl -av /etc/dracut.conf.d/11-debian.conf "compress=zstd"