diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-05-24 15:27:36 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:52:46 +0100 |
| commit | e66f79476042794195978ee641aa7ea0d9ca6e0a (patch) | |
| tree | 90286f281543c1a6f4ad56e229f5ff95438613da /debian/live-boot.bug-script | |
| parent | ad7598cb46a5a6268ca60e5dba156056fb86c09d (diff) | |
| download | live-boot-e66f79476042794195978ee641aa7ea0d9ca6e0a.tar.gz live-boot-e66f79476042794195978ee641aa7ea0d9ca6e0a.zip | |
Adding debian version 2.0~a1-1.
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 |
