From ffb5584f804fd986d46316c6f9b98ed04e1c7cf9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 15 Jun 2004 11:43:20 +0000 Subject: (set_removable_configurator) switch from diskdrake to drakupdate_fstab (like hotplug we just automatically guess what's better) --- perl-install/harddrake/data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 2053b8160..f65ace3ff 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -38,7 +38,7 @@ sub is_removable { $_[0] =~ /FLOPPY|ZIP|DVDROM|CDROM|BURNER/ } sub set_removable_configurator { my ($class, $device) = @_; - return "/usr/sbin/diskdrake --auto --removable=$device->{device}" if is_removable($class); + return "/usr/sbin/drakupdate_fstab --no-flag --add =$device->{device}" if is_removable($class); } sub set_removable_remover { -- cgit v1.2.1