1
0
Fork 0
blog/content/2013/11/04/dracut-kernel-command-line.md
Harald Hoyer 5ebee61159 get rid of categories and add more tags
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
2023-10-26 12:03:17 +02:00

479 B

+++ title = "dracut - kernel command line" date = 2013-11-04T18:36:27+00:00 [taxonomies] tags = ["dracut", "fedora", "programming"] +++ To 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.