You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,18 @@ ioc rename othersource/myjail myjail2
54
54
55
55
When `othersource` is the only datasource with a jail named `myjail` the above operation would have worked without explicitly stating the dataset name.
56
56
57
+
### Legacy Support
58
+
59
+
With upcoming releases existing and future legacy / compatibility features will be disabled by default. Setting the sysrc ioc_legacy_support="YES" these compatibility features:
60
+
61
+
- ZFS Basejail Support (iocage_legacy)
62
+
63
+
On initialization libioc detects the hosts sysrc setting `ioc_legacy_support` that can be enabled to unlock features liste above.
0 commit comments