add scrollbar processing
add mount init decide to use top window to handle detour
This commit is contained in:
@@ -20,24 +20,17 @@
|
||||
</define>
|
||||
|
||||
<define name="partitions">
|
||||
<oneOrMore>
|
||||
<element name="partition">
|
||||
<attribute name="device"/>
|
||||
<attribute name="boot">
|
||||
<ref name="mybool"/>
|
||||
</attribute>
|
||||
<attribute name="type">
|
||||
<choice>
|
||||
<value>primary</value>
|
||||
<value>extended</value>
|
||||
<value>logic</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
<attribute name="id"/>
|
||||
<attribute name="start"/>
|
||||
<attribute name="end"/>
|
||||
</element>
|
||||
</oneOrMore>
|
||||
<element name='partitions'>
|
||||
<attribute name='unit'/>
|
||||
<oneOrMore>
|
||||
<element name='partition'>
|
||||
<attribute name='device'/>
|
||||
<attribute name='start'/>
|
||||
<attribute name='size'/>
|
||||
<attribute name='id'/>
|
||||
</element>
|
||||
</oneOrMore>
|
||||
</element>
|
||||
</define>
|
||||
|
||||
<define name="raids">
|
||||
|
||||
Reference in New Issue
Block a user