1
0
mirror of https://github.com/rancher/os.git synced 2025-09-12 13:17:17 +00:00

Added LVM and LUKS

This commit is contained in:
Bernard Wagner
2018-10-31 15:36:59 +02:00
parent 6b41747e6d
commit 900c57b8c9
5 changed files with 83 additions and 0 deletions

View File

@@ -201,6 +201,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"`