From f09226fd7e4183f3d5e3c23e07ca06e9e6f0b760 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 12 Mar 2003 18:21:35 +0000 Subject: jackadit^h^h^h^h^ hpixel said: "we do not need anymore --auto" --- perl-install/harddrake/data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 0d13c25b0..a89357b16 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -35,7 +35,7 @@ sub set_removable_configurator { sub set_removable_remover { my ($class, $device) = @_; - return "/usr/sbin/drakupdate_fstab --auto --no-flag --del $device->{device}" if is_removable($class); + return "/usr/sbin/drakupdate_fstab --no-flag --del $device->{device}" if is_removable($class); } our @tree = -- cgit v1.2.1