From 0abf232a02e62e7566c21b1008207cc1acbc795e Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 5 Nov 2021 11:41:03 +0100 Subject: [PATCH] add vendor.conf to personnalize GIS --- leaves/dhi.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/leaves/dhi.cfg b/leaves/dhi.cfg index 7c16337..4000788 100644 --- a/leaves/dhi.cfg +++ b/leaves/dhi.cfg @@ -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 \ No newline at end of file