summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-03-12 18:21:35 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-03-12 18:21:35 +0000
commitf09226fd7e4183f3d5e3c23e07ca06e9e6f0b760 (patch)
treec6b43137e1565e6b0d88bea67f9f8b84c4272aac
parent609ab0b370dc4a2b47d856ce960c8fca4308b005 (diff)
downloaddrakx-backup-do-not-use-f09226fd7e4183f3d5e3c23e07ca06e9e6f0b760.tar
drakx-backup-do-not-use-f09226fd7e4183f3d5e3c23e07ca06e9e6f0b760.tar.gz
drakx-backup-do-not-use-f09226fd7e4183f3d5e3c23e07ca06e9e6f0b760.tar.bz2
drakx-backup-do-not-use-f09226fd7e4183f3d5e3c23e07ca06e9e6f0b760.tar.xz
drakx-backup-do-not-use-f09226fd7e4183f3d5e3c23e07ca06e9e6f0b760.zip
jackadit^h^h^h^h^ hpixel said: "we do not need anymore --auto"
-rw-r--r--perl-install/harddrake/data.pm2
1 files changed, 1 insertions, 1 deletions
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 =