1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 23:04:41 +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

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