19 lines
252 B
INI
19 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"
|
||
|
}
|
||
|
}
|