8 lines
226 B
Bash
8 lines
226 B
Bash
#!/bin/sh
|
|
|
|
# Checking depends
|
|
dpkg -l debootstrap cdebootstrap
|
|
|
|
# Checking suggests
|
|
dpkg -l dosfstools genisoimage memtest86+ memtest86 mtools parted squashfs-tools genext2fs mtd-tools sudo fakeroot syslinux grub uuid-runtime
|