summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r--perl-install/harddrake/data.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index 058f0eab5..f0add06a9 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -290,7 +290,7 @@ our @tree =
icon => "ide_hd.png",
configurator => "",
detector => sub { f(grep { $_->{media_type} =~ /STORAGE_(IDE|OTHER)/ || $_->{driver} eq '3w-xxxx' } @devices) },
- checked_on_boot => 0,
+ checked_on_boot => 1,
},
{
@@ -299,7 +299,7 @@ our @tree =
icon => "ide_hd.png",
configurator => "",
detector => sub { f(grep { $_->{driver} =~ /^sata/ } @devices) },
- checked_on_boot => 0,
+ checked_on_boot => 1,
},
{
@@ -330,7 +330,7 @@ our @tree =
icon => "scsi.png",
configurator => "",
detector => sub { f(grep { $_->{media_type} =~ /STORAGE_SCSI/ || $_->{driver} eq 'megaraid' } @devices) },
- checked_on_boot => 0,
+ checked_on_boot => 1,
},
{