[util-yaml] skip packagechooser in OEM

This commit is contained in:
Philip Müller 2019-10-08 16:03:59 +02:00
parent f30e3f17b2
commit fb6af199e0

View file

@ -296,8 +296,12 @@ write_settings_conf(){
fi
# WIP - OfficeChooser
if ${extra}; then
msg2 "Enabling PackageChooser module."
echo " - packagechooser" >> "$conf"
if ${oem_used}; then
msg2 "Skipping enabling PackageChooser module."
else
msg2 "Enabling PackageChooser module."
echo " - packagechooser" >> "$conf"
fi
fi
if ${netinstall}; then
echo " - netinstall" >> "$conf" && write_netinstall_conf