From: Michael Tremer Date: Thu, 27 Nov 2025 11:11:49 +0000 (+0000) Subject: dracut-ng: Configure to create universally bootable initramdisks X-Git-Tag: v2.29-core199~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f55a31459d6ca64f2827bc8eadb6e981245df75;p=ipfire-2.x.git dracut-ng: Configure to create universally bootable initramdisks We don't want to build an initramdisk only for the current host so that IPFire devices will boot on various hardware. Signed-off-by: Michael Tremer --- diff --git a/config/dracut/ipfire.conf b/config/dracut/ipfire.conf index a5e0ea62e..f81d4be16 100644 --- a/config/dracut/ipfire.conf +++ b/config/dracut/ipfire.conf @@ -1,3 +1,7 @@ +# Build a universally bootable initramdisk +hostonly="no" +hostonly_cmdline="no" + # Load microcode for the CPU early early_microcode="yes" @@ -5,4 +9,4 @@ early_microcode="yes" compress="zstd -10 -q -T1" # Disable default stripping of binaries -do_strip="no" \ No newline at end of file +do_strip="no"