From 63e2b843702c4e0790fe7432ebcb2bb3256b2290 Mon Sep 17 00:00:00 2001 From: apio Date: Mon, 26 Sep 2022 17:55:16 +0200 Subject: [PATCH] Don't build such a small image --- luna.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luna.json b/luna.json index 141380e4..ec481e47 100644 --- a/luna.json +++ b/luna.json @@ -1,6 +1,6 @@ { "diskguid": "00000000-0000-0000-0000-000000000000", - "disksize": 8, + "disksize": 20, "align": 1024, "iso9660": true, "config": "initrd/sys/config", @@ -12,7 +12,7 @@ "partitions": [ { "type": "boot", - "size": 8 + "size": 16 } ] } \ No newline at end of file