From a46065d9c0331081b1516e2449d0d38b17b3b3ab Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Tue, 28 Oct 2025 12:22:25 +0000 Subject: [PATCH] export-image: fix timesync typo --- export-image/05-finalise/01-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export-image/05-finalise/01-run.sh b/export-image/05-finalise/01-run.sh index b39c905..304b716 100755 --- a/export-image/05-finalise/01-run.sh +++ b/export-image/05-finalise/01-run.sh @@ -14,7 +14,7 @@ on_chroot <<- EOF python3 -m apt_listchanges.populate_database --profile apt systemctl disable apt-listchanges.timer fi - install -m 755 -o systemd-timesync -g systemd-timesync -d /var/lib/systemd/timesync/clock + install -m 755 -o systemd-timesync -g systemd-timesync -d /var/lib/systemd/timesync install -m 644 -o systemd-timesync -g systemd-timesync /dev/null /var/lib/systemd/timesync/clock EOF