summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2010-04-08 03:07:16 +0200
committermaximilian attems <maks@debian.org>2010-04-08 03:07:48 +0200
commit845edd0e39a635fdd171140fc35b616840fa34d5 (patch)
tree2f9d84420c8d190e124405d57c971648bc31179b
parent497c367625f218368c577e0aaac79bc97e396a30 (diff)
downloadinitramfs-tools-845edd0e39a635fdd171140fc35b616840fa34d5.tar.gz
initramfs-tools-845edd0e39a635fdd171140fc35b616840fa34d5.zip
debian/script: add generated resume param to bug
/etc/initramfs-tools/conf.d/resume is often to be seen. Signed-off-by: maximilian attems <maks@debian.org>
-rwxr-xr-xdebian/script5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/script b/debian/script
index daf3924..43ae7d1 100755
--- a/debian/script
+++ b/debian/script
@@ -9,6 +9,11 @@ echo "-- /proc/cmdline"
cat /proc/cmdline
echo
+if [ -r /etc/initramfs-tools/conf.d/resume ]; then
+ echo "-- resume"
+ cat /etc/initramfs-tools/conf.d/resume
+fi
+
echo "-- /proc/filesystems"
grep -v nodev /proc/filesystems
echo