[Email protected] ~]# Rpm-qf/var/log/dracut.log
Dracut-004-335.el6.noarch
[Email protected] ~]# RPM-QL Dracut|more
/etc/dracut.conf
/etc/dracut.conf.d
/etc/logrotate.d/dracut
/sbin/dracut
/sbin/lsinitrd
/sbin/mkinitrd
LSINITRD shows the contents of an INITRAMFS image. If <image> is omitted, then LSINITRD uses the default image
/BOOT/<MACHINE-ID>/<KERNEL-VERSION>/INITRD or/boot/initramfs-<kernel-version>.img.
[Email protected] ~]# cat/etc/dracut.conf
# Sample dracut config file
# specific List of dracut modules to use
#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 being included in the generic Initramfs
#filesystems + = ""
# build INITRD only to boot current hardware
#hostonly = "Yes"
#
# Install Local/etc/mdadm.conf
mdadmconf= "Yes"
# Install Local/etc/lvm/lvm.conf
lvmconf= "Yes"
Dracut of Linux Services