aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-11-12 14:32:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-11-12 14:32:00 +0200
commit9c1768cef7e4f55cc02e8e93971a8b1f67a67912 (patch)
tree025b131c839b87000c249bf8ae5f91ac0f1bb43d
parentf5c7e5662e133e7415ed6fe0392013c4e5cbc86e (diff)
Add systemd-timesyncd to extra packages
Apparently it is no longer installed as part of systemd.
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index e7aaf15..22a1fe8 100755
--- a/bootstrap
+++ b/bootstrap
@@ -69,7 +69,7 @@ base_pkgs+=",qemu-system-x86,qemu-utils,socat"
base_pkgs+=",g++,make"
-extra_pkgs=""
+extra_pkgs="systemd-timesyncd"
owd="$(pwd)"
trap "{ cd '$owd'; exit 1; }" ERR