badge-buildroot/package/businesscard-flashdrive/files/genimage.cfg
2019-10-04 22:15:14 -05:00

18 lines
252 B
INI

image flashdrive.vfat {
vfat {
files = {
"Photography",
"George Hilliard resume.pdf",
"README.txt"
}
}
size = 1728K
}
image flashdrive.img {
hdimage {}
partition businesscard {
partition-type = 0xc
image = "flashdrive.vfat"
}
}