1
0
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:
niusmallnan
2018-12-11 13:52:08 +08:00
committed by GitHub
5 changed files with 83 additions and 0 deletions

View File

@@ -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"`