Skip to content

Commit

Permalink
Updating package lists in bug script to match current implementations.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Nov 29, 2012
1 parent 8833d9b commit 6e5800e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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

0 comments on commit 6e5800e

Please sign in to comment.