Depend on the same live-boot-initramfs-tools/live-boot-backend version.
[live-boot-grml.git] / debian / live-boot.bug-script
1 #!/bin/sh
2
3 # Checking depends
4 dpkg -l busybox file initramfs-tools sudo udev user-setup
5
6 # Checking recommends
7 dpkg -l eject uuid-runtime wget
8
9 # Checking suggests
10 dpkg -l loop-aes-utils curlftpfs genext2fs httpfs2 squashfs-tools mtd-tools
11
12 # Checking other packages
13 dpkg -l cryptsetup plymouth
14
15 exit 0