print out, what kernel command line parameters are used

master
Harald Hoyer 2014-06-24 18:55:49 +02:00
parent 7e59d55042
commit fbc4620f05
1 changed files with 3 additions and 0 deletions

View File

@ -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