From: Marcin Krol Date: Mon, 30 Nov 2015 13:14:36 +0000 (+0000) Subject: - recreate default config dropped in 0.44 X-Git-Url: https://git.tld-linux.org/?p=packages%2Fdracut.git;a=commitdiff_plain;h=852f480984cf8f0f9c001661bc5d1ca111d7a01f - recreate default config dropped in 0.44 --- diff --git a/config.patch b/config.patch index 9358e71..1870c0e 100644 --- a/config.patch +++ b/config.patch @@ -1,13 +1,57 @@ -diff -ur dracut-037.orig/dracut.conf dracut-037/dracut.conf ---- dracut-037.orig/dracut.conf 2014-03-19 16:16:08.000000000 +0000 -+++ dracut-037/dracut.conf 2014-05-12 18:42:01.614021073 +0000 -@@ -25,8 +25,7 @@ - #filesystems+="" - - # build initrd only to boot current hardware --#hostonly="yes" --# +diff -ur dracut-044.orig/dracut.conf dracut-044/dracut.conf +--- dracut-044.orig/dracut.conf 2015-11-25 13:22:28.000000000 +0000 ++++ dracut-044/dracut.conf 2015-11-30 12:53:56.333305000 +0000 +@@ -1,3 +1,50 @@ +-# PUT YOUR CONFIG IN separate files +-# in /etc/dracut.conf.d named ".conf" +-# SEE man dracut.conf(5) for options ++# 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+="" ++ ++# 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+="" ++ ++# build initrd only to boot current hardware +hostonly="yes" - - # install local /etc/mdadm.conf - #mdadmconf="no" ++ ++# 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