diff options
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/harddrake/data.pm | 2 |
2 files changed, 2 insertions, 1 deletions
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, }, |