mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 05:32:11 +00:00
40 lines
1.1 KiB
INI
40 lines
1.1 KiB
INI
image boot.vfat {
|
|
vfat {
|
|
extraargs = "-F 32 -n SHREDOS"
|
|
file boot/grub/grub.cfg { image = 'grub.cfg' }
|
|
file boot/shredos { image = 'bzImage' }
|
|
file EFI/BOOT/bootx64.efi { image = 'bootx64.efi' }
|
|
file EFI/BOOT/grub.cfg { image = 'grub.cfg' }
|
|
file shredos.ico { image = 'shredos.ico' }
|
|
file README.txt { image = 'README.txt' }
|
|
file autorun.inf { image = 'autorun.inf' }
|
|
}
|
|
|
|
size = 240000000
|
|
}
|
|
|
|
image shredos.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition boot {
|
|
in-partition-table = "no"
|
|
image = "boot.img"
|
|
offset = 0
|
|
size = 512
|
|
holes = {"(440; 512)"}
|
|
}
|
|
|
|
partition grub {
|
|
in-partition-table = "no"
|
|
image = "grub.img"
|
|
offset = 512
|
|
}
|
|
|
|
partition vfat {
|
|
partition-type = 0xC
|
|
image = "boot.vfat"
|
|
offset = 646656
|
|
}
|
|
}
|