export-image: fix timesync typo

This commit is contained in:
Serge Schneider
2025-10-28 12:22:25 +00:00
parent d2708016d9
commit a46065d9c0

View File

@@ -14,7 +14,7 @@ on_chroot <<- EOF
python3 -m apt_listchanges.populate_database --profile apt python3 -m apt_listchanges.populate_database --profile apt
systemctl disable apt-listchanges.timer systemctl disable apt-listchanges.timer
fi 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 install -m 644 -o systemd-timesync -g systemd-timesync /dev/null /var/lib/systemd/timesync/clock
EOF EOF