diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-03-14 22:41:26 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:07 +0100 |
| commit | 8584244e3f6df22193e2d0313aa6da464efae1a4 (patch) | |
| tree | a8e54695740906be288be9c440c6eebd0d1b6f92 /debian/live-initramfs.bug-script | |
| parent | c21ed18e2b876dd325788b0a203a43f97cfd7b6f (diff) | |
| download | live-boot-8584244e3f6df22193e2d0313aa6da464efae1a4.tar.gz live-boot-8584244e3f6df22193e2d0313aa6da464efae1a4.zip | |
Using minimized rules file.
Diffstat (limited to 'debian/live-initramfs.bug-script')
| -rw-r--r-- | debian/live-initramfs.bug-script | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/live-initramfs.bug-script b/debian/live-initramfs.bug-script new file mode 100644 index 0000000..d56b035 --- /dev/null +++ b/debian/live-initramfs.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 |
