Skip to content

Commit

Permalink
Adapt AutoYaST schema regarding subvolumes
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Oct 26, 2016
1 parent 5eee0ef commit ee25a4a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/autoyast-rnc/partitioning.rnc
Expand Up @@ -110,9 +110,19 @@ device_order = element device_order {

subvolumes = element subvolumes {
LIST,
element listentry { text }*
subvolume*
}

# by default, AutoYaST exports list entries as 'listentry'
subvolume =
element subvolume { text } | element listentry { text } | subvolume_full

subvolume_full =
element subvolume {
element path { text } &
element copy_on_write { BOOLEAN }?
}

part_fstopt = element fstopt { text }
part_label = element label { text }
part_loop_fs =
Expand Down

0 comments on commit ee25a4a

Please sign in to comment.