]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
[PATCH 25/50] Add dmesg to the list of debugging tools
authorVictor Lowther <victor.lowther@gmail.com>
Fri, 13 Feb 2009 12:42:31 +0000 (04:42 -0800)
committerDave Jones <davej@redhat.com>
Mon, 16 Feb 2009 18:56:41 +0000 (13:56 -0500)
dracut

diff --git a/dracut b/dracut
index 8bebbd63b33a2b90172c5b3f9aaddae5f875a5e7..c444c92d9be09a329fabc7188021705bbc5078dd 100755 (executable)
--- 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"