summaryrefslogtreecommitdiffstats
path: root/examples/xfce/config/build.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xfce/config/build.cfg')
-rw-r--r--examples/xfce/config/build.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/xfce/config/build.cfg b/examples/xfce/config/build.cfg
index 613e48e..dcd5844 100644
--- a/examples/xfce/config/build.cfg
+++ b/examples/xfce/config/build.cfg
@@ -207,6 +207,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,