diff options
Diffstat (limited to 'debian/bug/script')
| -rw-r--r-- | debian/bug/script | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/bug/script b/debian/bug/script new file mode 100644 index 0000000..0381f3a --- /dev/null +++ b/debian/bug/script @@ -0,0 +1,13 @@ +#!/bin/sh + +# Checking depends +dpkg -l busybox file initramfs-tools sudo user-setup + +# Checking recommends +dpkg -l eject wget live-initscripts + +# Checking suggests +dpkg -l genext2fs squashfs-tools + +# Checking other packages +dpkg -l cryptsetup splashy usplash |
