upload tizen1.0 source
[kernel/linux-2.6.36.git] / debian / templates / image.plain.bug / include-dmesg
1 add_dmesg() {
2   echo '** Kernel log:' >&3
3   dmesg | tail -n 100 >&3
4   echo >&3
5 }
6
7 ask_dmesg() {
8   # Remind the user to attach the kernel log.  This should also trigger
9   # a reminder in some MUAs if the user tries to send without it.
10   echo '** Kernel log: boot messages should be attached' >&3
11   echo >&3
12 }