Changed disk layout

This commit is contained in:
Marcel Stangenberger 2025-03-03 14:29:06 +01:00
parent 61a3dbdab8
commit 92d31408b1

View File

@ -7,7 +7,7 @@
"bootloader": "Grub", "bootloader": "Grub",
"config_version": "3.0.2", "config_version": "3.0.2",
"disk_config": { "disk_config": {
"config_type": "manual_partitioning", "config_type": "default_layout",
"device_modifications": [ "device_modifications": [
{ {
"device": "/dev/vda", "device": "/dev/vda",
@ -55,7 +55,7 @@
"value": 512 "value": 512
}, },
"unit": "GiB", "unit": "GiB",
"value": 32 "value": 30
}, },
"start": { "start": {
"sector_size": { "sector_size": {
@ -69,7 +69,7 @@
"type": "primary" "type": "primary"
} }
], ],
"wipe": false "wipe": true
} }
] ]
}, },