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

@@ -164,6 +164,8 @@
"required": {"type": "boolean"},
"autoformat": {"$ref": "#/definitions/list_of_strings"},
"mdadm_scan": {"type": "boolean"},
"cryptsetup": {"type": "boolean"},
"lvm_scan": {"type": "boolean"},
"script": {"type": "string"},
"oem_fstype": {"type": "string"},
"oem_dev": {"type": "string"}