mirror of
https://github.com/rancher/os.git
synced 2025-09-03 07:44:21 +00:00
Merge pull request #2545 from bernard-wagner/lvm-crypt
Added LVM and LUKS
This commit is contained in:
@@ -205,6 +205,8 @@ type StateConfig struct {
|
||||
Required bool `yaml:"required,omitempty"`
|
||||
Autoformat []string `yaml:"autoformat,omitempty"`
|
||||
MdadmScan bool `yaml:"mdadm_scan,omitempty"`
|
||||
LvmScan bool `yaml:"lvm_scan,omitempty"`
|
||||
Cryptsetup bool `yaml:"cryptsetup,omitempty"`
|
||||
Rngd bool `yaml:"rngd,omitempty"`
|
||||
Script string `yaml:"script,omitempty"`
|
||||
OemFsType string `yaml:"oem_fstype,omitempty"`
|
||||
|
Reference in New Issue
Block a user