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

@@ -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"}