From 390c1a5b5e1226203e1c96ffddd650a6b30a4e2c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 21 Nov 2005 14:30:36 +0000 Subject: (read_rpmsrate) install all hardware related packages when building a live system --- perl-install/pkgs.pm | 1 + 1 file changed, 1 insertion(+) 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"(.*)"/) { -- cgit v1.2.1