From f277f527f0b80ee07303cce81521e307498a0aa2 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Oct 29 2019 16:19:35 +0000 Subject: Add ignition initramfs module Signed-off-by: Patrick Uiterwijk --- diff --git a/fedora-iot-base.json b/fedora-iot-base.json index 219948b..d468033 100644 --- a/fedora-iot-base.json +++ b/fedora-iot-base.json @@ -13,7 +13,8 @@ "automatic_version_prefix": "32", "mutate-os-release": "32", - "initramfs-args": ["--no-hostonly"], + "initramfs-args": ["--no-hostonly", + "--add", "ignition"], "boot_location": "new", "install-langs-comment": "Keep this in sync with treecompose-post.sh",