From 4835e8ff249279473b4732798bcaeddcc00bded3 Mon Sep 17 00:00:00 2001 From: Gunjan Gupta Date: Sat, 10 Feb 2024 08:44:44 +0530 Subject: [PATCH] Revert "meson-s4t7: disable chrony-wait.service as it makes us hang for 4 minutes on boot" This reverts commit e3e25467c3fea42295f2e07db35861832073b8a7. --- config/sources/families/meson-s4t7.conf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/sources/families/meson-s4t7.conf b/config/sources/families/meson-s4t7.conf index d45e899a8d..e0cf60c494 100644 --- a/config/sources/families/meson-s4t7.conf +++ b/config/sources/families/meson-s4t7.conf @@ -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 -}