Skip to content

Commit b2f1576

Browse files
Run just update-generated
Signed-off-by: Pragyan Poudyal <pragyanpoudyal41999@gmail.com>
1 parent f415e69 commit b2f1576

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/src/host-v1.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@
214214
"type": "string",
215215
"const": "grub"
216216
},
217+
{
218+
"description": "Use Grub for confidential clusters as the bootloader",
219+
"type": "string",
220+
"const": "grub-cc"
221+
},
217222
{
218223
"description": "Use SystemdBoot as the bootloader",
219224
"type": "string",

docs/src/man/bootc-install-to-disk.8.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ set `discoverable-partitions = true` in their install configuration
166166

167167
Possible values:
168168
- grub
169+
- grub-cc
169170
- systemd
170171
- none
171172

docs/src/man/bootc-install-to-existing-root.8.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ of migrating the fstab entries. See the "Injecting kernel arguments" section abo
212212

213213
Possible values:
214214
- grub
215+
- grub-cc
215216
- systemd
216217
- none
217218

docs/src/man/bootc-install-to-filesystem.8.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ is currently expected to be empty by default.
120120

121121
Possible values:
122122
- grub
123+
- grub-cc
123124
- systemd
124125
- none
125126

0 commit comments

Comments
 (0)