Add all bastille Linux flavors bootstrap options

This commit is contained in:
JRGTH
2025-09-28 03:56:14 -04:00
parent d60abe962d
commit c6d769e4d5
3 changed files with 9 additions and 5 deletions

View File

@@ -1539,8 +1539,7 @@ bootstrap_dist()
# Workaround since XigmaNAS does not ship with debootstrap command.
if sysrc -f ${CWDIR}${EXTCONF} -qc LINUX_COMPAT_SUPPORT=YES; then
# List of tested/working Linux distributions on FreeBSD 14.x.
#LINUX_FLAVORS="ubuntu-bionic ubuntu-focal ubuntu-jammy ubuntu-noble debian-buster debian-bullseye debian-bookworm"
LINUX_FLAVORS="ubuntu-bionic ubuntu-focal ubuntu-jammy"
LINUX_FLAVORS="ubuntu-bionic ubuntu-focal ubuntu-jammy ubuntu-noble debian-buster debian-bullseye debian-bookworm"
if [ -n "${LINUX_DIST}" ]; then
for _linux_flavor in ${LINUX_FLAVORS}; do