add dvd as a variant

This commit is contained in:
Louis Abel 2024-05-05 19:06:31 -07:00
parent 91f348f8b1
commit c533ca0737
Signed by untrusted user: label
GPG Key ID: 2A6975660E424560

View File

@ -67,7 +67,7 @@ REV="${REVISION}${APPEND_TO_DIR}"
# Used to iterate over ISOs?
# Override: Allowed
VARIANTS=(boot minimal dvd1)
VARIANTS=(boot minimal dvd1 dvd)
# Syncing functions
function parallel_rsync_no_delete_staging() {