blob: 963a5f76bc2635512911769bbc1dcb5531aeec46 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
# Checking depends
dpkg -l debootstrap cdebootstrap
# Checking suggests
dpkg -l dosfstools genisoimage memtest86+ memtest86 mtools parted squashfs-tools genext2fs sudo fakeroot syslinux grub
|