From: Harald Hoyer Date: Tue, 24 Jun 2014 16:55:49 +0000 (+0200) Subject: print out, what kernel command line parameters are used X-Git-Tag: 038~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbc4620f059afec6169533259e24bc06479d18f9;p=thirdparty%2Fdracut.git print out, what kernel command line parameters are used --- diff --git a/modules.d/98systemd/dracut-cmdline.sh b/modules.d/98systemd/dracut-cmdline.sh index 0507e6517..b8c7296ef 100755 --- a/modules.d/98systemd/dracut-cmdline.sh +++ b/modules.d/98systemd/dracut-cmdline.sh @@ -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