Seed code for image-provision
[ta/image-provision.git] / dracut / conf / dracut-provision.conf
1 # PUT YOUR CONFIG HERE OR IN separate files named *.conf
2 # in /etc/dracut.conf.d
3 # SEE man dracut.conf(5)
4
5 # Sample dracut config file
6
7 logfile=/var/log/dracut.log
8 fileloglvl=6
9
10 # Exact list of dracut modules to use.  Modules not listed here are not going
11 # to be included.  If you only want to add some optional modules use
12 # add_dracutmodules option instead.
13 #dracutmodules+=""
14 #dracutmodules+="kernel-modules"
15
16 # dracut modules to omit
17 omit_dracutmodules+=" i18n network ifcfg nfs rootfs-block qemu qemu-net virtfs"
18
19 # dracut modules to add to the default
20 add_dracutmodules+=" installmedia"
21
22 # additional kernel modules to the default
23 add_drivers+=" nls_cp437 be2iscsi sg"
24
25 install_items+="/lib/udev/rules.d/80-drivers.rules /lib/udev/rules.d/60-persistent-storage.rules"
26
27 # list of kernel filesystem modules to be included in the generic initramfs
28 #filesystems+=""
29
30 # build initrd only to boot current hardware
31 #hostonly="yes"
32 #
33
34 # install local /etc/mdadm.conf
35 #mdadmconf="no"
36
37 # install local /etc/lvm/lvm.conf
38 #lvmconf="no"
39
40 # A list of fsck tools to install. If it's not specified, module's hardcoded
41 # default is used, currently: "umount mount /sbin/fsck* xfs_db xfs_check
42 # xfs_repair e2fsck jfs_fsck reiserfsck btrfsck". The installation is
43 # opportunistic, so non-existing tools are just ignored.
44 #fscks=""
45
46 # inhibit installation of any fsck tools
47 #nofscks="yes"
48
49 # mount / and /usr read-only by default
50 #ro_mnt="no"
51
52 # set the directory for temporary files
53 # default: /var/tmp
54 #tmpdir=/tmp