X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Flive-boot.bug-script;h=063ead8d00bf68e62e5d85867c47909523854b55;hb=94c54362dbd29805ae85e9cf0ae4c00a167c2bf3;hp=d56b03530d79f6e3fd29069c079a04207858fb0f;hpb=52dcef518bdb95605670b8dc12257057bf7a2dc0;p=live-boot-grml.git diff --git a/debian/live-boot.bug-script b/debian/live-boot.bug-script index d56b035..063ead8 100644 --- a/debian/live-boot.bug-script +++ b/debian/live-boot.bug-script @@ -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