diff options
| author | maximilian attems <maks@debian.org> | 2007-08-08 01:19:23 +0200 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2007-08-08 01:19:23 +0200 |
| commit | 0b7e1a0bf6a45479301c5364c9888a4c6745227d (patch) | |
| tree | 01bdb7857b4ecd4a6b987b2bb4dcf73bfa96fecf /debian/script | |
| parent | ccb150b16473ce974a0fbbb236c0dd95a022ec43 (diff) | |
| download | initramfs-tools-0b7e1a0bf6a45479301c5364c9888a4c6745227d.tar.gz initramfs-tools-0b7e1a0bf6a45479301c5364c9888a4c6745227d.zip | |
debian/scripts: Add /etc/crypttab to reportbug script
a big share of bugreports concern encrypted usage,
that output is useful for /etc/fstab parsing.
Diffstat (limited to 'debian/script')
| -rwxr-xr-x | debian/script | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/script b/debian/script index 5990db3..129513b 100755 --- a/debian/script +++ b/debian/script @@ -25,3 +25,9 @@ if [ -r /etc/initramfs-tools/initramfs.conf ]; then sed 's/#.*$//;/^[[:space:]]*$/d' /etc/initramfs-tools/initramfs.conf echo fi + +if [ -r /etc/crypttab ]; then + echo "-- /etc/crypttab" + cat /etc/crypttab + echo +fi |
