Skip to content

Commit

Permalink
Add mkfs_options to the schema
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Apr 5, 2021
1 parent 9f6008e commit c329ed1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/autoyast-rnc/partitioning.rnc
Expand Up @@ -70,6 +70,7 @@ y2_partition =
| part_loop_fs
| part_lv_name
| part_lvm_group
| part_mkfs_options
| part_mount
| part_mountby
| part_filesystem_id
Expand Down Expand Up @@ -196,6 +197,7 @@ part_label = element label { STRING }
part_uuid = element uuid { STRING }
part_loop_fs =
element loop_fs { BOOLEAN }
part_mkfs_options = element mkfs_options { STRING }
part_mount = element mount { STRING }
part_mountby =
element mountby { SYMBOL }
Expand Down

0 comments on commit c329ed1

Please sign in to comment.