From fb64a374e895e5b76e2d2337bffc046bb3bd2731 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 21 Apr 2021 12:57:36 +0100 Subject: [PATCH] initrd: include the watchdog module Signed-off-by: Peter Robinson --- fedora-iot-base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-iot-base.json b/fedora-iot-base.json index 3fce376..394d611 100644 --- a/fedora-iot-base.json +++ b/fedora-iot-base.json @@ -14,7 +14,7 @@ "mutate-os-release": "35", "initramfs-args": ["--no-hostonly", - "--add", "ignition"], + "--add", "ignition watchdog"], "boot_location": "new", "install-langs-comment": "Keep this in sync with treecompose-post.sh",