]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
print out, what kernel command line parameters are used
authorHarald Hoyer <harald@redhat.com>
Tue, 24 Jun 2014 16:55:49 +0000 (18:55 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 30 Jun 2014 10:03:11 +0000 (12:03 +0200)
modules.d/98systemd/dracut-cmdline.sh

index 0507e6517158db4704e678c770a748a19a227cac..b8c7296efb8e4997111d6b037900fe00827d517c 100755 (executable)
@@ -14,6 +14,9 @@ if ! getargbool 1 'rd.hostonly'; then
     remove_hostonly_files
 fi
 
+info "Using kernel command line parameters:"
+getcmdline | vinfo
+
 getargbool 0 rd.udev.log-priority=info -d rd.udev.info -d -n -y rdudevinfo && echo 'udev_log="info"' >> /etc/udev/udev.conf
 getargbool 0 rd.udev.log-priority=debug -d rd.udev.debug -d -n -y rdudevdebug && echo 'udev_log="debug"' >> /etc/udev/udev.conf