From 46d8330d8bd84e1016b2f72306e2591ac9d73389 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 23 Apr 2004 11:41:55 +0000 Subject: set automatic flag for removable media --- perl-install/harddrake/data.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'perl-install/harddrake') 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, }, { -- cgit v1.2.1