Adds: Debian 10 (Buster) as a release for linux jails

This commit is contained in:
Yaazkal
2021-07-30 07:40:01 -05:00
parent 4be0143de5
commit a21be862d8
2 changed files with 15 additions and 0 deletions
+8
View File
@@ -600,6 +600,10 @@ if [ -n "${LINUX_JAIL}" ]; then
## check for FreeBSD releases name
NAME_VERIFY=stretch
;;
debian_buster|buster|debian-buster)
## check for FreeBSD releases name
NAME_VERIFY=buster
;;
*)
error_notify "Unknown Linux."
usage
@@ -662,6 +666,10 @@ if [ -z "${EMPTY_JAIL}" ]; then
NAME_VERIFY=Debian9
validate_release
;;
debian_buster|buster|debian-buster)
NAME_VERIFY=Debian10
validate_release
;;
*)
error_notify "Unknown Release."
usage