Merge remote-tracking branch 'live-systems/debian' into debian
[live-boot-grml.git] / debian / live-boot.bug-script
index d56b035..063ead8 100644 (file)
@@ -1,13 +1,15 @@
 #!/bin/sh
 
 # Checking depends
-dpkg -l busybox file initramfs-tools sudo udev user-setup
+dpkg -l busybox busybox-initramfs initramfs-tools udev
 
 # Checking recommends
-dpkg -l eject uuid-runtime wget
+dpkg -l rsync uuid-runtime
 
 # Checking suggests
-dpkg -l loop-aes-utils curlftpfs genext2fs httpfs2 squashfs-tools mtd-tools
+dpkg -l curlftpfs cryptsetup httpfs2 wget
 
 # Checking other packages
-dpkg -l cryptsetup splashy usplash
+dpkg -l plymouth
+
+exit 0