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