summaryrefslogtreecommitdiffstats
path: root/examples/gui/config
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/config')
-rw-r--r--examples/gui/config/build.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/gui/config/build.cfg b/examples/gui/config/build.cfg
index 0571673..5fc309d 100644
--- a/examples/gui/config/build.cfg
+++ b/examples/gui/config/build.cfg
@@ -158,6 +158,10 @@ my $config = {
# Set the initial wireless regulatory domain to "world", enabling
# all possible wireless channels to be used.
"sed -i -r 's/CRDA_DOMAIN=.*/CRDA_DOMAIN=00/' /etc/sysconfig/network",
+
+ # Prevent systemd services performing unnecessary updates on first
+ # boot. We should have done all necessary updates at build time.
+ "touch /etc/.updated /var/.updated",
),
vga_mode => 788,