Releasing debian version 4.0.0-1.
[debian-live-boot.git] / debian / live-boot.bug-script
blobe3f6d36cc3bb6c978f27a5e424f46c6285d6065f
1 #!/bin/sh
3 # Checking depends
4 dpkg -l busybox busybox-initramfs initramfs-tools udev
6 # Checking recommends
7 dpkg -l rsync uuid-runtime
9 # Checking suggests
10 dpkg -l curlftpfs cryptsetup httpfs2 unionfs-fuse wget
12 # Checking other packages
13 dpkg -l plymouth
15 exit 0