Seed code for image-provision
[ta/image-provision.git] / dracut / conf / dracut-provision.conf
diff --git a/dracut/conf/dracut-provision.conf b/dracut/conf/dracut-provision.conf
new file mode 100755 (executable)
index 0000000..cf0d794
--- /dev/null
@@ -0,0 +1,54 @@
+# PUT YOUR CONFIG HERE OR IN separate files named *.conf
+# in /etc/dracut.conf.d
+# SEE man dracut.conf(5)
+
+# 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+=""
+#dracutmodules+="kernel-modules"
+
+# dracut modules to omit
+omit_dracutmodules+=" i18n network ifcfg nfs rootfs-block qemu qemu-net virtfs"
+
+# dracut modules to add to the default
+add_dracutmodules+=" installmedia"
+
+# additional kernel modules to the default
+add_drivers+=" nls_cp437 be2iscsi sg"
+
+install_items+="/lib/udev/rules.d/80-drivers.rules /lib/udev/rules.d/60-persistent-storage.rules"
+
+# 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="no"
+
+# install local /etc/lvm/lvm.conf
+#lvmconf="no"
+
+# A list of fsck tools to install. If it's not specified, module's hardcoded
+# default is used, currently: "umount mount /sbin/fsck* xfs_db xfs_check
+# xfs_repair e2fsck jfs_fsck reiserfsck btrfsck". The installation is
+# opportunistic, so non-existing tools are just ignored.
+#fscks=""
+
+# inhibit installation of any fsck tools
+#nofscks="yes"
+
+# mount / and /usr read-only by default
+#ro_mnt="no"
+
+# set the directory for temporary files
+# default: /var/tmp
+#tmpdir=/tmp