dracut - kernel command line
Harald Hoyer November 04, 2013 #dracut #fedora #programmingTo quickly find out, what dracut wants as the kernel command for your current disk setup, fire up:
# dracut --print-cmdline
It will output something like:
root=UUID=8b8b6f91-95c7-4da2-831b-171e12179081
rootflags=rw,relatime,discard,data=ordered
rootfstype=ext4
This works for version 032 and newer.