summaryrefslogtreecommitdiffstats
path: root/templates/image.plain.bug/include-dmesg
diff options
context:
space:
mode:
Diffstat (limited to 'templates/image.plain.bug/include-dmesg')
-rw-r--r--templates/image.plain.bug/include-dmesg9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/image.plain.bug/include-dmesg b/templates/image.plain.bug/include-dmesg
new file mode 100644
index 0000000..81b5f54
--- /dev/null
+++ b/templates/image.plain.bug/include-dmesg
@@ -0,0 +1,9 @@
+add_dmesg() {
+ echo '** Kernel log:' >&3
+ dmesg | tail -n 100 >&3
+ echo >&3
+}
+
+ask_dmesg() {
+ true
+}