Skip to content

Commit

Permalink
Merge pull request OSInside#392 from SUSE/doc_string_oem_systemsize
Browse files Browse the repository at this point in the history
Update schema docstring for oem-systemsize
  • Loading branch information
schaefi authored Jun 21, 2017
2 parents fb15cb5 + d9160d4 commit 442caae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion doc/source/development/schema.rst
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ Parents:
oem-systemsize
::::::::::::::

For oemboot driven images: Set the size of the system (root) partition in MB
For oemboot driven images: Set the size of the system (root) partition or LVM partition in MB. If not provided the partition will grow to the maximum available free space on the disk

Parents:
These elements contain ``oem-systemsize``: :ref:`k.image.preferences.type.oemconfig`
Expand Down
11 changes: 3 additions & 8 deletions kiwi/schema/kiwi.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -1002,14 +1002,9 @@ div {
div {
k.oem-systemsize.attlist = empty
k.oem-systemsize =
## For oemboot driven images: Set the size of the system
## (root) partition in MB
[
db:para [
"For oemboot driven images: Set the size of the system\x{a}"~
"(root) partition in MB."
]
]
## For oemboot driven images: Set the size of the system (root)
## partition or LVM partition in MB. If not provided the partition
## will grow to the maximum available free space on the disk
element oem-systemsize {
k.oem-systemsize.attlist,
xsd:nonNegativeInteger
Expand Down
7 changes: 3 additions & 4 deletions kiwi/schema/kiwi.rng
Original file line number Diff line number Diff line change
Expand Up @@ -1242,10 +1242,9 @@ partition in MB. No swapspace with oem-swap set to false.</db:para>
</define>
<define name="k.oem-systemsize">
<element name="oem-systemsize">
<a:documentation>For oemboot driven images: Set the size of the system
(root) partition in MB</a:documentation>
<db:para>For oemboot driven images: Set the size of the system
(root) partition in MB.</db:para>
<a:documentation>For oemboot driven images: Set the size of the system (root)
partition or LVM partition in MB. If not provided the partition
will grow to the maximum available free space on the disk</a:documentation>
<ref name="k.oem-systemsize.attlist"/>
<data type="nonNegativeInteger"/>
</element>
Expand Down

0 comments on commit 442caae

Please sign in to comment.