diff options
author | Harald Hoyer <harald@redhat.com> | 2013-03-07 11:44:16 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-03-07 11:44:16 +0100 |
commit | 72875215a30bb37b65a8c9e8cdf3731e818eb2ed (patch) | |
tree | cca272553f25c377bbea1f0fceb3b76d4dd80817 /dracut.conf | |
parent | 335bc217b3f4df5ffacf0c0a1e5d8e5708387503 (diff) | |
download | dracut-72875215a30bb37b65a8c9e8cdf3731e818eb2ed.tar.gz dracut-72875215a30bb37b65a8c9e8cdf3731e818eb2ed.tar.bz2 dracut-72875215a30bb37b65a8c9e8cdf3731e818eb2ed.zip |
dracut.conf: move default settings to distro example
Diffstat (limited to 'dracut.conf')
-rw-r--r-- | dracut.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dracut.conf b/dracut.conf index 2089f22f..8533f993 100644 --- a/dracut.conf +++ b/dracut.conf @@ -1,11 +1,11 @@ # PUT YOUR CONFIG HERE OR IN separate files named *.conf # in /etc/dracut.conf.d -# /etc/dracut.conf.d/*.conf will override the settings in here +# SEE man dracut.conf(5) # Sample dracut config file -logfile=/var/log/dracut.log -fileloglvl=6 +#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 @@ -29,10 +29,10 @@ fileloglvl=6 # # install local /etc/mdadm.conf -mdadmconf="yes" +#mdadmconf="no" # install local /etc/lvm/lvm.conf -lvmconf="yes" +#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 |