1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 23:34:57 +00:00

Start rngd before format the disk

(cherry picked from commit d7f47925a1)
This commit is contained in:
niusmallnan
2018-09-14 16:34:09 +08:00
parent bffa058379
commit bcce7cc32c
4 changed files with 17 additions and 0 deletions

View File

@@ -200,6 +200,7 @@ type StateConfig struct {
Required bool `yaml:"required,omitempty"`
Autoformat []string `yaml:"autoformat,omitempty"`
MdadmScan bool `yaml:"mdadm_scan,omitempty"`
Rngd bool `yaml:"rngd,omitempty"`
Script string `yaml:"script,omitempty"`
OemFsType string `yaml:"oem_fstype,omitempty"`
OemDev string `yaml:"oem_dev,omitempty"`