diff options
author | John Estabrook <jestabro@vyos.io> | 2023-05-22 20:08:38 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2023-11-15 08:15:01 -0600 |
commit | e891c1e160b48aae854205bfb42da86bd491e364 (patch) | |
tree | e134a0f597e9ae6f30bbb1f434fd898f9b6977b8 /data/live-build-config/hooks/live | |
parent | 74bc5fa8b629a61837762000e792315a78a731fa (diff) | |
download | vyos-build-e891c1e160b48aae854205bfb42da86bd491e364.tar.gz vyos-build-e891c1e160b48aae854205bfb42da86bd491e364.zip |
image: T4516: enable vyos-grub-update service
Diffstat (limited to 'data/live-build-config/hooks/live')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/live-build-config/hooks/live/18-enable-disable_services.chroot b/data/live-build-config/hooks/live/18-enable-disable_services.chroot index 26bdfc7f..d709907d 100755 --- a/data/live-build-config/hooks/live/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/live/18-enable-disable_services.chroot @@ -78,6 +78,7 @@ systemctl enable vyos-hostsd.service systemctl enable acpid.service systemctl enable vyos-router.service systemctl enable vyos-configd.service +systemctl enable vyos-grub-update.service echo I: Masking services systemctl mask systemd-journald-audit.socket |