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