badge-buildroot/package/businesscard-flashdrive/files/genimage.cfg

19 lines
252 B
INI
Raw Normal View History

2019-09-04 05:21:38 +00:00
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"
}
}