We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f787e77 commit 586a029Copy full SHA for 586a029
config/fcos/v1_6_exp/schema.go
@@ -22,13 +22,13 @@ type Config struct {
22
base.Config `yaml:",inline"`
23
BootDevice BootDevice `yaml:"boot_device"`
24
Grub Grub `yaml:"grub"`
25
- Selinux Selinux `yaml:"selinux"`
26
}
27
28
type BootDevice struct {
29
- Layout *string `yaml:"layout"`
30
- Luks BootDeviceLuks `yaml:"luks"`
31
- Mirror BootDeviceMirror `yaml:"mirror"`
+ Layout *string `yaml:"layout"`
+ Luks BootDeviceLuks `yaml:"luks"`
+ Mirror BootDeviceMirror `yaml:"mirror"`
+ Selinux Selinux `yaml:"selinux"`
32
33
34
type BootDeviceLuks struct {
0 commit comments