From 933beac1bad55e003212595b1fbcde48e2a12cf3 Mon Sep 17 00:00:00 2001 From: Philip Mueller Date: Wed, 16 Aug 2023 23:01:06 +0200 Subject: [PATCH] Revert "[util-yaml] exec postcfg" This reverts commit 0f4f15e71618cb424c2dca5e638a391cc7f47bf1. --- lib/util-yaml.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/util-yaml.sh b/lib/util-yaml.sh index 08b03d6..25aeb1e 100644 --- a/lib/util-yaml.sh +++ b/lib/util-yaml.sh @@ -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