From 79f59a8461a32c34a45004e4c5108524dd77be3f Mon Sep 17 00:00:00 2001 From: Johannes Meixner Date: Sun, 2 Dec 2018 09:30:53 +0100 Subject: [PATCH] Bump supported releases Versions prior to 11.2 reached their End of Life. Remove them, and add support for newer ones. Signed-off-by: Johannes Meixner --- README.md | 2 +- lib/ioc-info | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 544de53..bd8223b 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ You now have root access within your jail -- enjoy! ``` **REQUIREMENTS** -- FreeBSD 10.3-RELEASE amd64 or newer +- FreeBSD 11.2-RELEASE amd64 or newer - ZFS file system - Optional - Kernel compiled with: diff --git a/lib/ioc-info b/lib/ioc-info index ff3a201..6328424 100644 --- a/lib/ioc-info +++ b/lib/ioc-info @@ -2,11 +2,9 @@ # Print supported releases---------------------------------- __print_release () { - supported="12.0-CURRENT - 11.0-RELEASE - 10.3-RELEASE - 10.2-RELEASE - 9.3-RELEASE" + supported="13.0-CURRENT + 12.0-RELEASE + 11.2-RELEASE" echo "Supported releases are: " for rel in $(echo $supported) ; do