From e76b8dc180e7bada7634705553bf48b9c9727ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sat, 25 Oct 2025 11:43:37 +0300 Subject: Explicitly set hostonly_cmdline to yes in default config --- dracut.conf.d/01-dist.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dracut.conf.d/01-dist.conf b/dracut.conf.d/01-dist.conf index 7278326..6aab7b0 100644 --- a/dracut.conf.d/01-dist.conf +++ b/dracut.conf.d/01-dist.conf @@ -3,6 +3,7 @@ i18n_vars="/etc/sysconfig/i18n:SYSFONT-FONT,SYSFONTACM-FONT_MAP,UNIMAP-FONT_UNIM # build initrd only to boot current hardware hostonly="yes" +hostonly_cmdline="yes" # Do not include the network module by default which saves about 10megs # Users can still generate a network friendly initrd by editing this file -- cgit v1.2.1