Loading a kernel module can crash the system so it is useful that the user sees which module might be causing trouble. --- scripts/functions | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/functions b/scripts/functions index 9b961d2..0a02f04 100644 --- a/scripts/functions +++ b/scripts/functions @@ -44,8 +44,8 @@ panic() sleep ${panic} reboot fi - modprobe i8042 - modprobe atkbd + modprobe -v i8042 + modprobe -v atkbd REASON="$@" PS1='(initramfs) ' /bin/sh -i </dev/console >/dev/console 2>&1 } -- 1.7.2.5 -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1306910912-12748-1-git-send-email-timo.lindf...@iki.fi