diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-11-21 18:23:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-21 18:23:07 +0100 |
commit | 30c8f7d087cca0f7b52485ea283536de53a06f3c (patch) | |
tree | c687ffb5666300f2b5d79dd4464a90774ea2995d /interface-definitions | |
parent | 39d8f0a4c6d448e20c87df35cf7fd8ba0c8e19c5 (diff) | |
parent | bfc2d162e0ca07d7d2a9fe4967690b6399057c3d (diff) | |
download | vyos-1x-30c8f7d087cca0f7b52485ea283536de53a06f3c.tar.gz vyos-1x-30c8f7d087cca0f7b52485ea283536de53a06f3c.zip |
Merge pull request #1072 from andriiandrieiev/current
filesystem: T3946: root partition auto resize as a service
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/system-option.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/system-option.xml.in b/interface-definitions/system-option.xml.in index f73c1ee08..75fa67271 100644 --- a/interface-definitions/system-option.xml.in +++ b/interface-definitions/system-option.xml.in @@ -117,6 +117,12 @@ <valueless/> </properties> </leafNode> + <leafNode name="root-partition-auto-resize"> + <properties> + <help>Enable root partition auto-extention on system boot</help> + <valueless/> + </properties> + </leafNode> </children> </node> </children> |