diff options
-rw-r--r-- | perl-install/pkgs.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 4c5678472..17a37e38c 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -633,6 +633,7 @@ sub read_rpmsrate { my $ok = find { my $inv = s/^!//; $inv xor do { + return 1 if $::build_live_system; if (my ($p) = /^HW"(.*)"/) { detect_devices::matching_desc__regexp($p); } elsif (($p) = /^HW_CAT"(.*)"/) { |