Revert "[util-yaml] run localecfg with gnome"

This reverts commit 7f6da6af34.
This commit is contained in:
Philip Müller 2020-10-29 12:12:58 +01:00
parent 15406d86f4
commit a48c76c6a2

View file

@ -333,7 +333,7 @@ write_settings_conf(){
fi
echo " - machineid" >> "$conf" && write_machineid_conf
echo " - fstab" >> "$conf"
if ${oem_used}; then
if ${oem_used} || [[ ${profile} == "gnome" ]]; then
msg2 "Skipping to set locale, keyboard and localecfg modules."
else
echo " - locale" >> "$conf"