diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-26 21:57:29 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-26 21:57:29 +0000 |
commit | b0ea54e9cce592478bac867e9315b72c1fc68b3d (patch) | |
tree | 7d32374c160ef1b4a567ef9bea8003c7e68f07ba /perl-install/diskdrake/removable.pm | |
parent | c5ab302f6d729e516f807f16f366ce660d6797f1 (diff) | |
download | drakx-backup-do-not-use-b0ea54e9cce592478bac867e9315b72c1fc68b3d.tar drakx-backup-do-not-use-b0ea54e9cce592478bac867e9315b72c1fc68b3d.tar.gz drakx-backup-do-not-use-b0ea54e9cce592478bac867e9315b72c1fc68b3d.tar.bz2 drakx-backup-do-not-use-b0ea54e9cce592478bac867e9315b72c1fc68b3d.tar.xz drakx-backup-do-not-use-b0ea54e9cce592478bac867e9315b72c1fc68b3d.zip |
propose some mount points for removable/nfs/smb
Diffstat (limited to 'perl-install/diskdrake/removable.pm')
-rw-r--r-- | perl-install/diskdrake/removable.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/removable.pm b/perl-install/diskdrake/removable.pm index 4a863965f..58eb2b302 100644 --- a/perl-install/diskdrake/removable.pm +++ b/perl-install/diskdrake/removable.pm @@ -38,7 +38,7 @@ sub options { } sub mount_point { my ($in, $raw_hd, $all_hds) = @_; - diskdrake::interactive::Mount_point_raw_hd($in, $raw_hd, $all_hds); + diskdrake::interactive::Mount_point_raw_hd($in, $raw_hd, $all_hds, [ "/mnt/$raw_hd->{device}" ] ); } sub type { my ($in, $raw_hd) = @_; |