summaryrefslogtreecommitdiff
path: root/debian/live-boot.bug-script
blob: e3f6d36cc3bb6c978f27a5e424f46c6285d6065f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

# Checking depends
dpkg -l busybox busybox-initramfs initramfs-tools udev

# Checking recommends
dpkg -l rsync uuid-runtime

# Checking suggests
dpkg -l curlftpfs cryptsetup httpfs2 unionfs-fuse wget

# Checking other packages
dpkg -l plymouth

exit 0