From d0df19534add1e72b7772348c7035b6c2f6f0921 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 13 Sep 2004 02:34:06 +0000 Subject: explain why some hw classes are not probed on bootstrapping --- perl-install/harddrake/data.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index e0c6bc1e1..adb82156f 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -192,6 +192,7 @@ our @tree = icon => "modem.png", configurator => "$sbindir/drakconnect", detector => sub { require network::isdn; my $isdn = network::isdn::detect_backend($modules_conf); if_(@$isdn, f(@$isdn)) }, + # we do not check these b/c this need user interaction (auth, ...): checked_on_boot => 0, }, @@ -215,6 +216,7 @@ our @tree = icon => "modem.png", configurator => "$sbindir/drakconnect", detector => sub { detect_devices::getModem($modules_conf) }, + # we do not check these b/c this need user interaction (auth, ...): checked_on_boot => 0, }, @@ -228,6 +230,7 @@ our @tree = my $a = network::adsl::adsl_detect(); $a ? f(grep { $_ } values %$a) : (); }, + # we do not check these b/c this need user interaction (auth, ...): checked_on_boot => 0, }, @@ -255,6 +258,7 @@ our @tree = icon => "hw_printer.png", configurator => "$sbindir/printerdrake", detector => sub { require printer::detect; printer::detect::local_detect() }, + # we do not check these b/c this need user interaction (auth, ...): checked_on_boot => 0, }, -- cgit v1.2.1