X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=fai%2Fconfig%2Fhooks%2Finstsoft.DEBIAN;h=355f46d4f1a0743c8a940b3b7b59df149af8d6e5;hp=13c517a991ee6d73fa7edb7eed7c3ce6609a9739;hb=5f680f6bea2faae10ca8e5ccea0d08d18ccc9aa1;hpb=e499b43b888c951fd4c255b2853f0af2350400c4 diff --git a/fai/config/hooks/instsoft.DEBIAN b/fai/config/hooks/instsoft.DEBIAN index 13c517a..355f46d 100755 --- a/fai/config/hooks/instsoft.DEBIAN +++ b/fai/config/hooks/instsoft.DEBIAN @@ -10,11 +10,12 @@ 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 - $ROOTCMD dpkg-reconfigure -fnoninteractive locales - exit -fi +# 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 # if we want to install locales, install them now install_packages -l 2>/dev/null | egrep -q ' locales|locales '