From 92d31408b1bc560085f4ede6442fff1575655189 Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Mon, 3 Mar 2025 14:29:06 +0100 Subject: [PATCH] Changed disk layout --- user_configuration.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user_configuration.json b/user_configuration.json index 95b2c19..ae27df2 100644 --- a/user_configuration.json +++ b/user_configuration.json @@ -7,7 +7,7 @@ "bootloader": "Grub", "config_version": "3.0.2", "disk_config": { - "config_type": "manual_partitioning", + "config_type": "default_layout", "device_modifications": [ { "device": "/dev/vda", @@ -55,7 +55,7 @@ "value": 512 }, "unit": "GiB", - "value": 32 + "value": 30 }, "start": { "sector_size": { @@ -69,7 +69,7 @@ "type": "primary" } ], - "wipe": false + "wipe": true } ] },