summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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 {