Revert "[util-yaml] exec postcfg"

This reverts commit 0f4f15e716.
This commit is contained in:
Philip Mueller 2023-08-16 23:01:06 +02:00
parent 0f4f15e716
commit 933beac1ba

View file

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