1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 23:21:19 +00:00

Start rngd before format the disk

This commit is contained in:
niusmallnan
2018-09-14 16:34:09 +08:00
committed by niusmallnan
parent 07226313b4
commit d7f47925a1
4 changed files with 17 additions and 0 deletions

View File

@@ -169,6 +169,7 @@ var schema = `{
"required": {"type": "boolean"},
"autoformat": {"$ref": "#/definitions/list_of_strings"},
"mdadm_scan": {"type": "boolean"},
"rngd": {"type": "boolean"},
"script": {"type": "string"},
"oem_fstype": {"type": "string"},
"oem_dev": {"type": "string"}