We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d496f0 + 476ff35 commit 8635ab1Copy full SHA for 8635ab1
dracut/endless.conf
@@ -15,3 +15,8 @@ omit_drivers="nouveau"
15
# Ship the bfq IO scheduler module in the initrd, as it's relied upon by
16
# our udev rules that detect block devices
17
add_drivers+=" bfq "
18
+
19
+# The initramfs will be distributed by ostree, so it needs to be generic. If
20
+# anyone needs to generate a host specific initramfs, they can pass the
21
+# "--hostonly" option.
22
+hostonly=no
0 commit comments