From d1075fc1f0998e801bc6215c75435021d8416318 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 8 Apr 2009 12:41:09 +0000 Subject: do not check anymore for disks on startup --- perl-install/NEWS | 1 + perl-install/harddrake/data.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index 7cb0a9b18..d34eb8d3d 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,6 @@ - harddrake service: o do not try to add media to /etc/fstab (#49621) + o do not check anymore for disks on startup - harddrake: o list card readers as system components instead of unknows devices o when device has no description, use vendor string diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index e100592d8..50267f271 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -205,7 +205,7 @@ our @tree = icon => "harddisk.png", configurator => "$sbindir/diskdrake", detector => sub { f(detect_devices::hds()) }, - checked_on_boot => 1, + checked_on_boot => 0, automatic => 1, }, -- cgit v1.2.1