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