add vendor.conf to personnalize GIS

This commit is contained in:
lukas 2021-11-05 11:41:03 +01:00
parent 3a6aee3338
commit 0abf232a02

View File

@ -41,4 +41,12 @@ Name=Virtual Machine Manager
Exec=virt-manager
EOF
## Append lines to existing vendor.conf file, so that options are skipped upon reboot
cat >> /mnt/sysimage/usr/share/gnome-initial-setup/vendor.conf<< EOF
[pages]
skip=privacy
[goa]
providers=local-first!
EOF
%end # End of the %post section