]> TLD Linux GIT Repositories - packages/dracut.git/blob - config.patch
- updated to 059
[packages/dracut.git] / config.patch
1 diff -ur dracut-044.orig/dracut.conf dracut-044/dracut.conf
2 --- dracut-044.orig/dracut.conf 2015-11-25 13:22:28.000000000 +0000
3 +++ dracut-044/dracut.conf      2015-11-30 12:53:56.333305000 +0000
4 @@ -1,3 +1,50 @@
5 -# PUT YOUR CONFIG IN separate files
6 -# in /etc/dracut.conf.d named "<name>.conf"
7 -# SEE man dracut.conf(5) for options
8 +# PUT YOUR CONFIG HERE OR IN separate files named *.conf
9 +# in /etc/dracut.conf.d
10 +# SEE man dracut.conf(5)
11 +
12 +# Sample dracut config file
13 +
14 +#logfile=/var/log/dracut.log
15 +#fileloglvl=6
16 +
17 +# Exact list of dracut modules to use.  Modules not listed here are not going
18 +# to be included.  If you only want to add some optional modules use
19 +# add_dracutmodules option instead.
20 +#dracutmodules+=""
21 +
22 +# dracut modules to omit
23 +#omit_dracutmodules+=""
24 +
25 +# dracut modules to add to the default
26 +#add_dracutmodules+=""
27 +
28 +# additional kernel modules to the default
29 +#add_drivers+=""
30 +
31 +# list of kernel filesystem modules to be included in the generic initramfs
32 +#filesystems+=""
33 +
34 +# build initrd only to boot current hardware
35 +hostonly="yes"
36 +
37 +# install local /etc/mdadm.conf
38 +#mdadmconf="no"
39 +
40 +# install local /etc/lvm/lvm.conf
41 +#lvmconf="no"
42 +
43 +# A list of fsck tools to install. If it's not specified, module's hardcoded
44 +# default is used, currently: "umount mount /sbin/fsck* xfs_db xfs_check
45 +# xfs_repair e2fsck jfs_fsck reiserfsck btrfsck". The installation is
46 +# opportunistic, so non-existing tools are just ignored.
47 +#fscks=""
48 +
49 +# inhibit installation of any fsck tools
50 +#nofscks="yes"
51 +
52 +# mount / and /usr read-only by default
53 +#ro_mnt="no"
54 +
55 +# set the directory for temporary files
56 +# default: /var/tmp
57 +#tmpdir=/tmp