|
1290 | 1290 | - "customizations.dnf" |
1291 | 1291 | - "customizations.files" |
1292 | 1292 | - "customizations.filesystem" |
| 1293 | + - "customizations.firstboot" |
1293 | 1294 | - "customizations.partitioning_mode" |
1294 | 1295 | - "customizations.fips" |
1295 | 1296 | - "customizations.firewall" |
|
1315 | 1316 | - "groups" |
1316 | 1317 | - "enabled_modules" |
1317 | 1318 | - "containers" |
| 1319 | + - "customizations.cacerts" |
1318 | 1320 | - "customizations.dnf" |
1319 | 1321 | - "customizations.directories" |
1320 | 1322 | - "customizations.files" |
1321 | 1323 | - "customizations.fips" |
1322 | 1324 | - "customizations.firewall" |
| 1325 | + - "customizations.firstboot" |
1323 | 1326 | - "customizations.user" |
1324 | 1327 | - "customizations.sshkey" |
1325 | 1328 | - "customizations.group" |
|
1334 | 1337 | # options supported by ostree disk (deployment) image types |
1335 | 1338 | supported_options_ostree_disk: &supported_options_ostree_disk |
1336 | 1339 | - "distro" |
| 1340 | + - "customizations.cacerts" |
1337 | 1341 | - "customizations.files" |
1338 | 1342 | - "customizations.directories" |
1339 | 1343 | - "customizations.disk" |
1340 | 1344 | - "customizations.dnf" |
1341 | 1345 | - "customizations.filesystem" |
| 1346 | + - "customizations.firstboot" |
1342 | 1347 | - "customizations.partitioning_mode" |
1343 | 1348 | - "customizations.fips" |
1344 | 1349 | - "customizations.user" |
|
1362 | 1367 | - "customizations.files" |
1363 | 1368 | - "customizations.fips" |
1364 | 1369 | - "customizations.firewall" |
| 1370 | + - "customizations.firstboot" |
1365 | 1371 | - "customizations.user" |
1366 | 1372 | - "customizations.sshkey" |
1367 | 1373 | - "customizations.group" |
|
1383 | 1389 | - "groups" |
1384 | 1390 | - "enabled_modules" |
1385 | 1391 | - "containers" |
| 1392 | + - "customizations.cacerts" |
1386 | 1393 | - "customizations.directories" |
1387 | 1394 | - "customizations.files" |
1388 | 1395 | - "customizations.firewall" |
| 1396 | + - "customizations.firstboot" |
1389 | 1397 | - "customizations.user" |
1390 | 1398 | - "customizations.sshkey" |
1391 | 1399 | - "customizations.group" |
@@ -3259,9 +3267,11 @@ image_types: |
3259 | 3267 | blueprint: |
3260 | 3268 | supported_options: |
3261 | 3269 | - "distro" |
| 3270 | + - "customizations.cacerts" |
3262 | 3271 | - "customizations.dnf" |
3263 | 3272 | - "customizations.installation_device" |
3264 | 3273 | - "customizations.filesystem" |
| 3274 | + - "customizations.firstboot" |
3265 | 3275 | - "customizations.disk" |
3266 | 3276 | - "customizations.fdo" |
3267 | 3277 | - "customizations.ignition" |
@@ -3450,6 +3460,7 @@ image_types: |
3450 | 3460 | - "customizations.dnf" |
3451 | 3461 | - "customizations.files" |
3452 | 3462 | - "customizations.filesystem" |
| 3463 | + - "customizations.firstboot" |
3453 | 3464 | - "customizations.partitioning_mode" |
3454 | 3465 | - "customizations.fips" |
3455 | 3466 | - "customizations.firewall" |
|
0 commit comments