curtin-dev team mailing list archive
-
curtin-dev team
-
Mailing list archive
-
Message #02955
[Merge] ~mwhudson/curtin:update-schema into curtin:master
Michael Hudson-Doyle has proposed merging ~mwhudson/curtin:update-schema into curtin:master.
Commit message:
update schema for partition flag to include msftres
Requested reviews:
curtin developers (curtin-dev)
For more details, see:
https://code.launchpad.net/~mwhudson/curtin/+git/curtin/+merge/444518
--
Your team curtin developers is requested to review the proposed merge of ~mwhudson/curtin:update-schema into curtin:master.
diff --git a/curtin/block/schemas.py b/curtin/block/schemas.py
index 3c88bae..514f791 100644
--- a/curtin/block/schemas.py
+++ b/curtin/block/schemas.py
@@ -304,8 +304,8 @@ PARTITION = {
'device': {'$ref': '#/definitions/ref_id'},
'flag': {'type': 'string',
'enum': ['bios_grub', 'boot', 'extended', 'home', 'linux',
- 'logical', 'lvm', 'mbr', 'prep', 'raid', 'swap',
- '']},
+ 'logical', 'lvm', 'mbr', 'msftres', 'prep', 'raid',
+ 'swap', '']},
'partition_type': {'type': 'string',
'oneOf': [
{'pattern': r'^0x[0-9a-fA-F]{1,2}$'},
Follow ups