blob: 7938bbe33360df0dec3f42b40ca90427da5cd2b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/sh
# Checking depends
dpkg -l busybox file initramfs-tools sudo udev user-setup
# Checking recommends
dpkg -l eject loop-aes-utils uuid-runtime wget
# Checking suggests
dpkg -l curlftpfs genext2fs httpfs2 squashfs-tools mtd-tools
# Checking other packages
dpkg -l cryptsetup splashy usplash
|