From: Victor Lowther Date: Fri, 13 Feb 2009 12:42:31 +0000 (-0800) Subject: [PATCH 25/50] Add dmesg to the list of debugging tools X-Git-Tag: 0.1~453 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=213c781797a697b89fa1a7eb1214d1a74f71c8cb;p=thirdparty%2Fdracut.git [PATCH 25/50] Add dmesg to the list of debugging tools --- diff --git a/dracut b/dracut index 8bebbd63b..c444c92d9 100755 --- a/dracut +++ b/dracut @@ -44,7 +44,7 @@ exe="/bin/bash /bin/mount /bin/mknod /bin/mkdir /sbin/modprobe /sbin/udevd /sbin lvmexe="/sbin/lvm" cryptexe="/sbin/cryptsetup" # and some things that are nice for debugging -debugexe="/bin/ls /bin/cat /bin/ln /bin/ps /bin/grep /bin/more" +debugexe="/bin/ls /bin/cat /bin/ln /bin/ps /bin/grep /bin/more /bin/dmesg" # udev things we care about udevexe="/lib/udev/vol_id /lib/udev/console_init"