🎨 Sync 2026-06-18 22:47:39

This commit is contained in:
github-actions[bot]
2026-06-18 22:47:39 +08:00
parent 94a3419742
commit 76f6ea98cd
79 changed files with 141 additions and 518 deletions
@@ -272,6 +272,7 @@ return view.extend({
o = s.taboption('general', form.Value, 'target', _('Mount point'), _('Specifies the directory the device is attached to'));
o.value('/', _('Use as root filesystem (/)'));
o.value('/overlay', _('Use as external overlay (/overlay)'));
o.value('/opt', _('Use as Docker OPT (/opt)'));
o.rmempty = false;
o = s.taboption('general', form.DummyValue, '__notice', _('Root preparation'));