blob: 0381f3a08c7ad7b146ff05e5c4dbe5568d16a997 (
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 user-setup
# Checking recommends
dpkg -l eject wget live-initscripts
# Checking suggests
dpkg -l genext2fs squashfs-tools
# Checking other packages
dpkg -l cryptsetup splashy usplash
|