]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/dracut/dracut.conf
dracut: New package.
[ipfire-2.x.git] / src / dracut / dracut.conf
diff --git a/src/dracut/dracut.conf b/src/dracut/dracut.conf
new file mode 100644 (file)
index 0000000..a6c3cb0
--- /dev/null
@@ -0,0 +1,26 @@
+# dracut config file
+
+# Specific list of dracut modules to use
+#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+="reiser4"
+
+# build initrd only to boot current hardware
+#hostonly="yes"
+#
+
+# install local /etc/mdadm.conf
+mdadmconf="no"
+
+# install local /etc/lvm/lvm.conf
+lvmconf="no"