[PATCH 25/50] Add dmesg to the list of debugging tools

This commit is contained in:
Victor Lowther 2009-02-13 04:42:31 -08:00 committed by Dave Jones
parent 36b24d7c53
commit 213c781797

2
dracut
View File

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