summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-11-29 21:34:00 +0100
committerDaniel Baumann <daniel@debian.org>2012-11-29 21:34:00 +0100
commit6e5800eda084e1a6b38d640a3d8ae9cbabe4743a (patch)
treea1334002b2e53cda3eb2284d2c7d2d8b675fcc18
parent8833d9b47ba1f6692147e67cff558ed55227684f (diff)
downloadlive-boot-6e5800eda084e1a6b38d640a3d8ae9cbabe4743a.tar.gz
live-boot-6e5800eda084e1a6b38d640a3d8ae9cbabe4743a.zip
Updating package lists in bug script to match current implementations.
-rw-r--r--debian/live-boot.bug-script8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/live-boot.bug-script b/debian/live-boot.bug-script
index b445fc7..e3f6d36 100644
--- a/debian/live-boot.bug-script
+++ b/debian/live-boot.bug-script
@@ -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