diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-25 12:42:51 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-25 12:42:51 +0200 |
| commit | a77b6a1f4a3e3bd92cbce8674969bf778c9486ea (patch) | |
| tree | 09adda901228ee9ee981ea68c593e5feb42096be /cscript | |
| parent | 61b2026a6d676125f6b7e02d8a81e9aed59e9ce8 (diff) | |
Build disk writer on Mageia.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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): |
