From 4d73728ebf6db3bc8c2d8a867bcdceba35e1895b Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 20 Aug 2021 10:27:57 +0200 Subject: [PATCH] remove default settings for vendor settings in GIS --- leaves/dmd.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/leaves/dmd.cfg b/leaves/dmd.cfg index 4a2710e..8bfdf4d 100644 --- a/leaves/dmd.cfg +++ b/leaves/dmd.cfg @@ -24,4 +24,10 @@ reboot --kexec # Reboot straight into the system after a successfull installatio gnome-initial-setup # Add GNOME initial setup too. Does work. +%end # End of the %post section + +%post --nochroot --log=/mnt/sysimage/root/dmd.log # Beginning of %post section. Those commands are executed outside the chroot environment. Add logging. + +truncate -s 0 /mnt/sysimage/usr/share/gnome-initial-setup/vendor.conf # remove content of vendor.conf so that all options are made available + %end # End of the %post section \ No newline at end of file