Updating package lists in bug script to match current implementations.
authorDaniel Baumann <daniel@debian.org>
Thu, 29 Nov 2012 20:34:00 +0000 (21:34 +0100)
committerDaniel Baumann <daniel@debian.org>
Thu, 29 Nov 2012 20:34:00 +0000 (21:34 +0100)
debian/live-boot.bug-script

index b445fc7..e3f6d36 100644 (file)
@@ -1,15 +1,15 @@
 #!/bin/sh
 
 # Checking depends
-dpkg -l busybox initramfs-tools sudo udev user-setup
+dpkg -l busybox busybox-initramfs initramfs-tools udev
 
 # Checking recommends
-dpkg -l 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 unionfs-fuse wget
 
 # Checking other packages
-dpkg -l cryptsetup plymouth
+dpkg -l plymouth
 
 exit 0