[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,9 +296,13 @@ write_settings_conf(){
fi fi
# WIP - OfficeChooser # WIP - OfficeChooser
if ${extra}; then if ${extra}; then
if ${oem_used}; then
msg2 "Skipping enabling PackageChooser module."
else
msg2 "Enabling PackageChooser module." msg2 "Enabling PackageChooser module."
echo " - packagechooser" >> "$conf" echo " - packagechooser" >> "$conf"
fi fi
fi
if ${netinstall}; then if ${netinstall}; then
echo " - netinstall" >> "$conf" && write_netinstall_conf echo " - netinstall" >> "$conf" && write_netinstall_conf
fi fi