Merge remote-tracking branch 'live-systems/debian' into debian
[live-boot-grml.git] / debian / live-boot.bug-script
1 #!/bin/sh
2
3 # Checking depends
4 dpkg -l busybox busybox-initramfs initramfs-tools udev
5
6 # Checking recommends
7 dpkg -l rsync uuid-runtime
8
9 # Checking suggests
10 dpkg -l curlftpfs cryptsetup httpfs2 wget
11
12 # Checking other packages
13 dpkg -l plymouth
14
15 exit 0