]> git.ipfire.org Git - thirdparty/dracut.git/blobdiff - dracut.conf
fix(zfcp_rules): correct shellcheck regression when parsing ccw args
[thirdparty/dracut.git] / dracut.conf
index 8684328ff55891a2564ce4d0804f95f3150121c9..d6317a0fa116dd1095eaec016c4b962977fb0d8f 100644 (file)
@@ -1,31 +1,3 @@
-# Sample dracut config file
-
-logfile=/var/log/dracut.log
-fileloglvl=6
-
-# Exact list of dracut modules to use.  Modules not listed here are not going
-# to be included.  If you only want to add some optional modules use
-# add_dracutmodules option instead.
-#dracutmodules+=""
-
-# Dracut modules to omit
-#omit_dracutmodules+=""
-
-# Dracut modules to add to the default
-#add_dracutmodules+=""
-
-# additional kernel modules to the default
-#add_drivers+=""
-
-# list of kernel filesystem modules to be included in the generic initramfs
-#filesystems+=""
-
-# build initrd only to boot current hardware
-#hostonly="yes"
-#
-
-# install local /etc/mdadm.conf
-mdadmconf="yes"
-
-# install local /etc/lvm/lvm.conf
-lvmconf="yes"
+# PUT YOUR CONFIG IN separate files
+# in /etc/dracut.conf.d named "<name>.conf"
+# SEE man dracut.conf(5) for options