mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Skip software selection on Modular until it's any use
With current Modular composes it does nothing.
This commit is contained in:
parent
e159f305bb
commit
14bbfaaa3c
@ -8,7 +8,7 @@ sub run {
|
|||||||
|
|
||||||
# Select package set. Minimal is the default, if 'default' is specified, skip selection.
|
# Select package set. Minimal is the default, if 'default' is specified, skip selection.
|
||||||
my $packageset = get_var('PACKAGE_SET', 'minimal');
|
my $packageset = get_var('PACKAGE_SET', 'minimal');
|
||||||
if ($packageset eq 'default') {
|
if ($packageset eq 'default' || get_var('MODULAR')) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user