From 126777bc019a54afb4ec51299f2cf9d2841698aa Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 25 Apr 2007 12:26:16 +0000 Subject: re-sync after the big svn loss --- perl-install/diskdrake/removable.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/diskdrake/removable.pm') diff --git a/perl-install/diskdrake/removable.pm b/perl-install/diskdrake/removable.pm index a38671848..a4d225475 100644 --- a/perl-install/diskdrake/removable.pm +++ b/perl-install/diskdrake/removable.pm @@ -37,7 +37,7 @@ sub options { } sub mount_point { my ($in, $raw_hd, $all_hds) = @_; - diskdrake::interactive::Mount_point_raw_hd($in, $raw_hd, $all_hds, "/mnt/$raw_hd->{device}"); + diskdrake::interactive::Mount_point_raw_hd($in, $raw_hd, $all_hds, "/media/$raw_hd->{device}"); } sub type { my ($in, $raw_hd) = @_; @@ -45,7 +45,7 @@ sub type { my $fs_type = $raw_hd->{fs_type}; $in->ask_from(N("Change type"), N("Which filesystem do you want?"), - [ { label => N("Type"), val => \$fs_type, list => [@fs], not_edit => !$::expert } ]) or return; + [ { label => N("Type"), val => \$fs_type, list => [@fs] } ]) or return; $raw_hd->{fs_type} = $fs_type; } -- cgit v1.2.1