summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-04-08 12:41:09 +0000
committerThierry Vignaud <tv@mandriva.org>2009-04-08 12:41:09 +0000
commitd1075fc1f0998e801bc6215c75435021d8416318 (patch)
tree5af9372592c348c272fe2ad1a2558b2249375a34
parent8a23e0f29d13743fb634ba02310f78dda17e76e1 (diff)
downloaddrakx-d1075fc1f0998e801bc6215c75435021d8416318.tar
drakx-d1075fc1f0998e801bc6215c75435021d8416318.tar.gz
drakx-d1075fc1f0998e801bc6215c75435021d8416318.tar.bz2
drakx-d1075fc1f0998e801bc6215c75435021d8416318.tar.xz
drakx-d1075fc1f0998e801bc6215c75435021d8416318.zip
do not check anymore for disks on startup
-rw-r--r--perl-install/NEWS1
-rw-r--r--perl-install/harddrake/data.pm2
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,
},