aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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