From: Jo Zzsi Date: Sun, 18 May 2025 16:30:52 +0000 (-0400) Subject: feat: set hostonly_cmdline config to no by default X-Git-Tag: 108~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efaee44;p=thirdparty%2Fdracut-ng.git feat: set hostonly_cmdline config to no by default This is already the default on Fedora, see https://github.com/dracut-ng/dracut-ng/blob/main/dracut.conf.d/fedora.conf.example#L44 Fixes: https://github.com/dracut-ng/dracut-ng/issues/1326 --- diff --git a/dracut.conf.d/hostonly/50-hostonly.conf b/dracut.conf.d/hostonly/50-hostonly.conf index 72fc92991..c5bd9b22f 100644 --- a/dracut.conf.d/hostonly/50-hostonly.conf +++ b/dracut.conf.d/hostonly/50-hostonly.conf @@ -1,2 +1,3 @@ # optimize initrd to be as small as possible for faster boot performance, tailored to the current host hostonly="yes" +hostonly_cmdline=no