summaryrefslogtreecommitdiff
path: root/op-mode-definitions/force-root-partition-auto-resize.xml.in
blob: f84c073b8c21ead57321284070e60104a58520d7 (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="root-partition-auto-resize">
        <properties>
          <help>Resize the VyOS partition</help>
        </properties>
        <command>sudo ${vyos_op_scripts_dir}/force_root-partition-auto-resize.sh</command>
      </node>
    </children>
  </node>
</interfaceDefinition>