summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r--perl-install/harddrake/data.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index f49e3b2eb..4bad93230 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -57,6 +57,7 @@ our @tree =
configurator => "",
detector => \&detect_devices::floppies,
checked_on_boot => 1,
+ automatic => 1,
},
{
@@ -66,6 +67,7 @@ our @tree =
configurator => "",
detector => \&detect_devices::zips,
checked_on_boot => 1,
+ automatic => 1,
},
{
@@ -84,6 +86,7 @@ our @tree =
configurator => "",
detector => sub { grep { !(detect_devices::isBurner($_) || detect_devices::isDvdDrive($_)) } &detect_devices::cdroms },
checked_on_boot => 1,
+ automatic => 1,
},
{
@@ -93,6 +96,7 @@ our @tree =
configurator => "",
detector => \&detect_devices::burners,
checked_on_boot => 1,
+ automatic => 1,
},
{
@@ -102,6 +106,7 @@ our @tree =
configurator => "",
detector => sub { grep { ! detect_devices::isBurner($_) } detect_devices::dvdroms() },
checked_on_boot => 1,
+ automatic => 1,
},
{