]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
feat: set hostonly_cmdline config to no by default
authorJo Zzsi <jozzsicsataban@gmail.com>
Sun, 18 May 2025 16:30:52 +0000 (12:30 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Wed, 21 May 2025 12:31:06 +0000 (08:31 -0400)
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

index 72fc92991f63a2d229cb3f8251adc7db9b50883e..c5bd9b22f992ac8686696288e288db3cbce9fa86 100644 (file)
@@ -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