Convert disk booleans from wwbool to *bool

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-09-02 19:43:02 -06:00
committed by Christian Goll
parent cc946e0b99
commit 59f187bf5e
23 changed files with 216 additions and 101 deletions

View File

@@ -242,15 +242,12 @@ nodes:
"partitions": [
{
"label": "scratch",
"shouldExist": true,
"wipePartitionEntry": false
"shouldExist": true
},
{
"label": "swap",
"number": 1,
"shouldExist": false,
"sizeMiB": 1024,
"wipePartitionEntry": false
"sizeMiB": 1024
}
],
"wipeTable": true
@@ -266,8 +263,7 @@ nodes:
{
"device": "/dev/disk/by-partlabel/swap",
"format": "swap",
"path": "swap",
"wipeFilesystem": false
"path": "swap"
}
]
}