X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=fai%2Fconfig%2Fhooks%2Finstsoft.DEBIAN;h=34e6ebbfbc92764394109d684c6ffc27c3b2d0ed;hp=41191730a3a11a48ad13f07857184ce65dcdc0be;hb=3d9cc96092cdc8aa05bc95cf83c07bb1af692013;hpb=b231c7038b1d0b6143f14a1a5efb90cd62aae876 diff --git a/fai/config/hooks/instsoft.DEBIAN b/fai/config/hooks/instsoft.DEBIAN index 4119173..34e6ebb 100755 --- a/fai/config/hooks/instsoft.DEBIAN +++ b/fai/config/hooks/instsoft.DEBIAN @@ -9,12 +9,10 @@ fi fcopy -Bi /etc/apt/apt.conf.d/force_confdef -# 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 '