Skip to content

Commit

Permalink
Revert "meson-s4t7: disable chrony-wait.service as it makes us hang f…
Browse files Browse the repository at this point in the history
…or 4 minutes on boot"

This reverts commit e3e2546.
  • Loading branch information
viraniac committed Feb 10, 2024
1 parent 6f1b675 commit 4835e8f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions config/sources/families/meson-s4t7.conf
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,3 @@ function post_family_tweaks_bsp__add_postrm_hook() {
display_alert "$BOARD" "Adding postrm hook to restore /etc/initramfs-tools/modules file" "info"
postrm_functions+=(meson_s4t7_board_side_bsp_cli_postrm)
}

function post_family_tweaks__disable_chrony_wait_service() {
# if chrony-wait service is there, disable the same
if [[ -f "${SDCARD}"/lib/systemd/system/chrony-wait.service ]]; then
chroot_sdcard systemctl disable chrony-wait.service || true
chroot_sdcard systemctl mask chrony-wait.service
fi
}

0 comments on commit 4835e8f

Please sign in to comment.