From b22297de4c2b6635f4050b6ebf525bdcb9c793d3 Mon Sep 17 00:00:00 2001 From: apio Date: Sun, 25 Sep 2022 18:22:22 +0200 Subject: [PATCH] Minimize image size --- luna.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luna.json b/luna.json index 30bfcfad..141380e4 100644 --- a/luna.json +++ b/luna.json @@ -1,6 +1,6 @@ { "diskguid": "00000000-0000-0000-0000-000000000000", - "disksize": 128, + "disksize": 8, "align": 1024, "iso9660": true, "config": "initrd/sys/config", @@ -12,7 +12,7 @@ "partitions": [ { "type": "boot", - "size": 16 + "size": 8 } ] } \ No newline at end of file