Blame 0032-dracut.conf-remove-example-parameters.patch

Harald Hoyer 0840a3
From e833e26137b48063df59e777fe64e495ec538d0f Mon Sep 17 00:00:00 2001
Harald Hoyer 0840a3
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 0840a3
Date: Thu, 9 Jul 2015 14:31:26 +0200
Harald Hoyer 0840a3
Subject: [PATCH] dracut.conf: remove example parameters
Harald Hoyer 0840a3
Harald Hoyer 0840a3
---
Harald Hoyer 0840a3
 dracut.conf | 54 +++---------------------------------------------------
Harald Hoyer 0840a3
 1 file changed, 3 insertions(+), 51 deletions(-)
Harald Hoyer 0840a3
Harald Hoyer 0840a3
diff --git a/dracut.conf b/dracut.conf
Harald Hoyer 0840a3
index 8533f99..d6317a0 100644
Harald Hoyer 0840a3
--- a/dracut.conf
Harald Hoyer 0840a3
+++ b/dracut.conf
Harald Hoyer 0840a3
@@ -1,51 +1,3 @@
Harald Hoyer 0840a3
-# PUT YOUR CONFIG HERE OR IN separate files named *.conf
Harald Hoyer 0840a3
-# in /etc/dracut.conf.d
Harald Hoyer 0840a3
-# SEE man dracut.conf(5)
Harald Hoyer 0840a3
-
Harald Hoyer 0840a3
-# Sample dracut config file
Harald Hoyer 0840a3
-
Harald Hoyer 0840a3
-#logfile=/var/log/dracut.log
Harald Hoyer 0840a3
-#fileloglvl=6
Harald Hoyer 0840a3
-
Harald Hoyer 0840a3
-# Exact list of dracut modules to use.  Modules not listed here are not going
Harald Hoyer 0840a3
-# to be included.  If you only want to add some optional modules use
Harald Hoyer 0840a3
-# add_dracutmodules option instead.
Harald Hoyer 0840a3
-#dracutmodules+=""
Harald Hoyer 0840a3
-
Harald Hoyer 0840a3
-# dracut modules to omit
Harald Hoyer 0840a3
-#omit_dracutmodules+=""
Harald Hoyer 0840a3
-
Harald Hoyer 0840a3
-# dracut modules to add to the default
Harald Hoyer 0840a3
-#add_dracutmodules+=""
Harald Hoyer 0840a3
-
Harald Hoyer 0840a3
-# additional kernel modules to the default
Harald Hoyer 0840a3
-#add_drivers+=""
Harald Hoyer 0840a3
-
Harald Hoyer 0840a3
-# list of kernel filesystem modules to be included in the generic initramfs
Harald Hoyer 0840a3
-#filesystems+=""
Harald Hoyer 0840a3
-
Harald Hoyer 0840a3
-# build initrd only to boot current hardware
Harald Hoyer 0840a3
-#hostonly="yes"
Harald Hoyer 0840a3
-#
Harald Hoyer 0840a3
-
Harald Hoyer 0840a3
-# install local /etc/mdadm.conf
Harald Hoyer 0840a3
-#mdadmconf="no"
Harald Hoyer 0840a3
-
Harald Hoyer 0840a3
-# install local /etc/lvm/lvm.conf
Harald Hoyer 0840a3
-#lvmconf="no"
Harald Hoyer 0840a3
-
Harald Hoyer 0840a3
-# A list of fsck tools to install. If it's not specified, module's hardcoded
Harald Hoyer 0840a3
-# default is used, currently: "umount mount /sbin/fsck* xfs_db xfs_check
Harald Hoyer 0840a3
-# xfs_repair e2fsck jfs_fsck reiserfsck btrfsck". The installation is
Harald Hoyer 0840a3
-# opportunistic, so non-existing tools are just ignored.
Harald Hoyer 0840a3
-#fscks=""
Harald Hoyer 0840a3
-
Harald Hoyer 0840a3
-# inhibit installation of any fsck tools
Harald Hoyer 0840a3
-#nofscks="yes"
Harald Hoyer 0840a3
-
Harald Hoyer 0840a3
-# mount / and /usr read-only by default
Harald Hoyer 0840a3
-#ro_mnt="no"
Harald Hoyer 0840a3
-
Harald Hoyer 0840a3
-# set the directory for temporary files
Harald Hoyer 0840a3
-# default: /var/tmp
Harald Hoyer 0840a3
-#tmpdir=/tmp
Harald Hoyer 0840a3
+# PUT YOUR CONFIG IN separate files
Harald Hoyer 0840a3
+# in /etc/dracut.conf.d named "<name>.conf"
Harald Hoyer 0840a3
+# SEE man dracut.conf(5) for options