mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-12-22 05:05:17 +00:00
remove default settings for vendor settings in GIS
This commit is contained in:
parent
476245caf8
commit
4d73728ebf
@ -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
|
Loading…
Reference in New Issue
Block a user