diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/harddrake/data.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index d680501b3..058f0eab5 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -172,6 +172,7 @@ our @tree = || member($_->{driver}, qw(cpia_usb cyber2000fb ibmcam mod_quickcam ov511 ov518_decomp pwc ultracam usbvideo)) } @devices) }, + # managed by hotplug: checked_on_boot => 0, }, @@ -181,6 +182,7 @@ our @tree = icon => "cpu.png", configurator => "", detector => sub { detect_devices::getCPUs() }, + # maybe should we install schedutils? checked_on_boot => 0, }, |