apply "ro" and "rw" options from cmdline to / mount
[dracut.git] / dracut.conf
blobf47d571859e47b3d074e8a7656d8bcdd2b6c83a9
1 # PUT YOUR CONFIG HERE OR IN separate files named *.conf
2 # in /etc/dracut.conf.d
3 # /etc/dracut.conf.d/*.conf will override the settings in here
5 # Sample dracut config file
7 logfile=/var/log/dracut.log
8 fileloglvl=6
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+=""
15 # Dracut modules to omit
16 #omit_dracutmodules+=""
18 # Dracut modules to add to the default
19 #add_dracutmodules+=""
21 # additional kernel modules to the default
22 #add_drivers+=""
24 # list of kernel filesystem modules to be included in the generic initramfs
25 #filesystems+=""
27 # build initrd only to boot current hardware
28 #hostonly="yes"
31 # install local /etc/mdadm.conf
32 mdadmconf="yes"
34 # install local /etc/lvm/lvm.conf
35 lvmconf="yes"
37 # A list of fsck tools to install. If it's not specified, module's hardcoded
38 # default is used, currently: "umount mount /sbin/fsck* xfs_db xfs_check
39 # xfs_repair e2fsck jfs_fsck reiserfsck btrfsck". The installation is
40 # opportunistic, so non-existing tools are just ignored.
41 #fscks=""
43 # inhibit installation of any fsck tools
44 #nofscks="yes"
46 # set the directory for temporary files
47 # default: /var/tmp
48 #tmpdir=/tmp