summaryrefslogtreecommitdiff
path: root/debian/script
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-07-14 00:34:42 +0200
committermaximilian attems <maks@debian.org>2006-07-14 00:34:42 +0200
commit7b658ecddad7e848e6c3c5d347c46d3b11aa1988 (patch)
treeb66c1450861ee5d40232d65e25776bb6d13f16de /debian/script
parent62bb60b509b62e6ce68d067b7f293019ed102b9a (diff)
downloadinitramfs-tools-7b658ecddad7e848e6c3c5d347c46d3b11aa1988.tar.gz
initramfs-tools-7b658ecddad7e848e6c3c5d347c46d3b11aa1988.zip
- rename debian/bug to debian/script
fix according install target gets the info really added by reportbug
Diffstat (limited to 'debian/script')
-rwxr-xr-xdebian/script15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/script b/debian/script
new file mode 100755
index 0000000..b1b477d
--- /dev/null
+++ b/debian/script
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+exec >&3
+
+echo "-- /proc/cmdline"
+cat /proc/cmdline
+echo
+
+echo "-- /proc/filesystems"
+grep -v nodev /proc/filesystems
+echo
+
+echo "-- lsmod"
+lsmod
+echo