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 25, 2016
1 parent d0d3ffa commit 7b0fb73
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 7b0fb73

Please sign in to comment.