From 8f104606152618bceb05fc3b1752308c3400f08d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 30 Jun 2005 04:38:19 +0000 Subject: install dmraid if needed --- perl-install/install_any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 0e09e6f6a..0bf784090 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -846,6 +846,7 @@ sub default_packages { push @l, "numlock" if $o->{miscellaneous}{numlock}; push @l, "mdadm" if !is_empty_array_ref($o->{all_hds}{raids}); push @l, "lvm2" if !is_empty_array_ref($o->{all_hds}{lvms}); + push @l, "dmraid" if any { $_->{bus} =~ /^dmraid_/ } $o->{all_hds}{hds}; push @l, "alsa", "alsa-utils" if any { $o->{modules_conf}->get_alias("sound-slot-$_") =~ /^snd-/ } 0 .. 4; push @l, detect_devices::probe_name('Pkg'); -- cgit v1.2.1