summaryrefslogtreecommitdiff
path: root/op-mode-definitions/force-root-partition-auto-resize.xml.in
diff options
context:
space:
mode:
authorAndrii <85483797+andriiandrieiev@users.noreply.github.com>2021-11-19 13:10:42 +0200
committerAndrii <85483797+andriiandrieiev@users.noreply.github.com>2021-11-19 13:10:42 +0200
commitbfc2d162e0ca07d7d2a9fe4967690b6399057c3d (patch)
tree1f984e9c63144691440c32f2a153884807b21f0c /op-mode-definitions/force-root-partition-auto-resize.xml.in
parent1353757247c027f6352000a9450b502c25c460c8 (diff)
downloadvyos-1x-bfc2d162e0ca07d7d2a9fe4967690b6399057c3d.tar.gz
vyos-1x-bfc2d162e0ca07d7d2a9fe4967690b6399057c3d.zip
filesystem: T3946: partition resize as a service
Diffstat (limited to 'op-mode-definitions/force-root-partition-auto-resize.xml.in')
-rw-r--r--op-mode-definitions/force-root-partition-auto-resize.xml.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/op-mode-definitions/force-root-partition-auto-resize.xml.in b/op-mode-definitions/force-root-partition-auto-resize.xml.in
new file mode 100644
index 000000000..f84c073b8
--- /dev/null
+++ b/op-mode-definitions/force-root-partition-auto-resize.xml.in
@@ -0,0 +1,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>