From c533ca073715d5a02969843f753bd59915c1baa1 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Sun, 5 May 2024 19:06:31 -0700 Subject: [PATCH] add dvd as a variant --- sync/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/common b/sync/common index 85f2407..89468e6 100644 --- a/sync/common +++ b/sync/common @@ -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() {