remove default settings for vendor settings in GIS

This commit is contained in:
lukas 2021-08-20 10:27:57 +02:00
parent 476245caf8
commit 4d73728ebf

View File

@ -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. 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 %end # End of the %post section