#!/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
