From efaee4473680db78f4f3244ba952e783ea3b5aa9 Mon Sep 17 00:00:00 2001 From: Jo Zzsi Date: Sun, 18 May 2025 12:30:52 -0400 Subject: [PATCH] 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 --- dracut.conf.d/hostonly/50-hostonly.conf | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3