[util-yaml] exec postcfg

This commit is contained in:
Philip Mueller 2023-08-16 22:42:14 +02:00
parent 5a783ded77
commit 0f4f15e716

View file

@ -421,11 +421,7 @@ write_settings_conf(){
echo " - services" >> "$conf" && write_services_conf echo " - services" >> "$conf" && write_services_conf
echo " - grubcfg" >> "$conf" echo " - grubcfg" >> "$conf"
echo " - bootloader" >> "$conf" && write_bootloader_conf echo " - bootloader" >> "$conf" && write_bootloader_conf
if ${oem_used}; then
msg2 "Skipping to set postcfg module."
else
echo " - postcfg" >> "$conf" && write_postcfg_conf echo " - postcfg" >> "$conf" && write_postcfg_conf
fi
echo " - umount" >> "$conf" echo " - umount" >> "$conf"
echo " - show:" >> "$conf" echo " - show:" >> "$conf"
echo " - finished" >> "$conf" && write_finished_conf echo " - finished" >> "$conf" && write_finished_conf