remove default settings for vendor settings in GIS
This commit is contained in:
parent
476245caf8
commit
4d73728ebf
@ -25,3 +25,9 @@ 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
|
%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
|
Loading…
x
Reference in New Issue
Block a user