Bug#491149: initramfs-tools: panic() won't print error message

2008-12-15 Thread maximilian attems
If the panic() function is invoked it should print a message but it does not because stdout is not connected to the console. The fix is easy: just add a /dev/console to the echo command. hmm i don't understand, why is stdout not connected to the console?? currently i've always seen the

Bug#491149: initramfs-tools: panic() won't print error message

2008-07-17 Thread Loic Grenie
Package: initramfs-tools Version: 0.92e Severity: normal Tags: patch If the panic() function is invoked it should print a message but it does not because stdout is not connected to the console. The fix is easy: just add a /dev/console to the echo command. I attach a patch, but it's probably