Files
build/extensions/network/net-chrony.sh
Igor Pecovnik 8ccec185be Replace add_packages_to_rootfs with add_packages_to_image as we don't want to make caches for each variant
- also fixes a problem of generating caches all over again
- change cache date scheme name to force rebuild them all
2024-06-22 13:30:28 +02:00

8 lines
239 B
Bash

#
# Extension to manage network time synchronization with Chrony
#
function add_host_dependencies__install_chrony() {
display_alert "Extension: ${EXTENSION}: Installing additional packages" "chrony" "info"
add_packages_to_image chrony
}