Skip software selection on Modular until it's any use

With current Modular composes it does nothing.
This commit is contained in:
Adam Williamson 2017-11-07 12:44:52 -08:00
parent e159f305bb
commit 14bbfaaa3c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ sub run {
# Select package set. Minimal is the default, if 'default' is specified, skip selection.
my $packageset = get_var('PACKAGE_SET', 'minimal');
if ($packageset eq 'default') {
if ($packageset eq 'default' || get_var('MODULAR')) {
return
}