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