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

This reverts commit 7f6da6af34.
This commit is contained in:
Philip Müller 2020-03-26 14:20:35 +01:00
parent 7f6da6af34
commit 024d0ba921

View file

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