Don't build such a small image

This commit is contained in:
apio 2022-09-26 17:55:16 +02:00
parent 692221dd9e
commit 63e2b84370

View File

@ -1,6 +1,6 @@
{ {
"diskguid": "00000000-0000-0000-0000-000000000000", "diskguid": "00000000-0000-0000-0000-000000000000",
"disksize": 8, "disksize": 20,
"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": 8 "size": 16
} }
] ]
} }