summaryrefslogtreecommitdiff
path: root/op-mode-definitions/force-part-resize.xml.in
blob: cb76273c7517364f7da175993dff5dbc8170dd94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="force">
    <children>
      <node name="resize-partition">
        <properties>
          <help>Resize the VyOS partition</help>
        </properties>
        <command>${vyos_op_scripts_dir}/force_part_resize.sh</command>
      </node>
    </children>
  </node>
</interfaceDefinition>