	apk_add $@
	dd if=/dev/zero bs=1024 count=1440 of=tmp.img
	mkfs.vfat tmp.img
	apk_del $@
	rm -f tmp.img
