summaryrefslogtreecommitdiffstats
path: root/debian/templates/image.bug/include-0version
diff options
context:
space:
mode:
Diffstat (limited to 'debian/templates/image.bug/include-0version')
-rw-r--r--debian/templates/image.bug/include-0version9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/templates/image.bug/include-0version b/debian/templates/image.bug/include-0version
new file mode 100644
index 000000000..b5b32bfbd
--- /dev/null
+++ b/debian/templates/image.bug/include-0version
@@ -0,0 +1,9 @@
+add_0version() {
+ echo '** Version:' >&3
+ cat /proc/version >&3
+ echo >&3
+}
+
+ask_0version() {
+ true
+}