Skip to content

Commit 38c1748

Browse files
committed
document ioc_legacy_support in readme
1 parent ca84be3 commit 38c1748

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@ ioc rename othersource/myjail myjail2
5454

5555
When `othersource` is the only datasource with a jail named `myjail` the above operation would have worked without explicitly stating the dataset name.
5656

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.
64+
65+
```sh
66+
sysrc ioc_legacy_support="YES"
67+
```
68+
5769
## Usage
5870

5971
### Library

0 commit comments

Comments
 (0)