diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-11-12 14:32:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-11-12 14:32:00 +0200 |
commit | 9c1768cef7e4f55cc02e8e93971a8b1f67a67912 (patch) | |
tree | 025b131c839b87000c249bf8ae5f91ac0f1bb43d /bootstrap | |
parent | f5c7e5662e133e7415ed6fe0392013c4e5cbc86e (diff) |
Add systemd-timesyncd to extra packages
Apparently it is no longer installed as part of systemd.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |