summaryrefslogtreecommitdiffstats
path: root/templates/image.plain.bug/include-dmesg
blob: 81b5f54bb044ad74cfc17123976b8bd3bda85b17 (plain)
1
2
3
4
5
6
7
8
9
add_dmesg() {
  echo '** Kernel log:' >&3
  dmesg | tail -n 100 >&3
  echo >&3
}

ask_dmesg() {
  true
}