From a77b6a1f4a3e3bd92cbce8674969bf778c9486ea Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 25 May 2021 12:42:51 +0200 Subject: [PATCH] Build disk writer on Mageia. --- cscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cscript b/cscript index 6072dc1cd..ce673c5d9 100644 --- a/cscript +++ b/cscript @@ -218,6 +218,8 @@ def can_build_disk(target): return True if target.distro == 'centos' and target.version == '8': return True + if target.distro == 'mageia': + return True return False def packages(name, packages, f): -- 2.30.2