Minimize image size

This commit is contained in:
apio 2022-09-25 18:22:22 +02:00
parent 57bb1164e9
commit b22297de4c

View File

@ -1,6 +1,6 @@
{ {
"diskguid": "00000000-0000-0000-0000-000000000000", "diskguid": "00000000-0000-0000-0000-000000000000",
"disksize": 128, "disksize": 8,
"align": 1024, "align": 1024,
"iso9660": true, "iso9660": true,
"config": "initrd/sys/config", "config": "initrd/sys/config",
@ -12,7 +12,7 @@
"partitions": [ "partitions": [
{ {
"type": "boot", "type": "boot",
"size": 16 "size": 8
} }
] ]
} }