aboutsummaryrefslogtreecommitdiffstats
path: root/transfugdrake.pm
diff options
context:
space:
mode:
authorChristian Belisle <cbelisle@mandriva.com>2002-01-15 13:32:36 +0000
committerChristian Belisle <cbelisle@mandriva.com>2002-01-15 13:32:36 +0000
commit0faf159d3bac6f3f6246e6ef0034cd9d526ea291 (patch)
tree82d3535b0fafaea861e991001e64a8e814c6b71b /transfugdrake.pm
parent46656cb94e85e1fcbcd0edac4ddf750b145a6c93 (diff)
downloadtransfugdrake-0faf159d3bac6f3f6246e6ef0034cd9d526ea291.tar
transfugdrake-0faf159d3bac6f3f6246e6ef0034cd9d526ea291.tar.gz
transfugdrake-0faf159d3bac6f3f6246e6ef0034cd9d526ea291.tar.bz2
transfugdrake-0faf159d3bac6f3f6246e6ef0034cd9d526ea291.tar.xz
transfugdrake-0faf159d3bac6f3f6246e6ef0034cd9d526ea291.zip
mount function now stable
Diffstat (limited to 'transfugdrake.pm')
-rw-r--r--transfugdrake.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/transfugdrake.pm b/transfugdrake.pm
index 3217fc5..ff4278e 100644
--- a/transfugdrake.pm
+++ b/transfugdrake.pm
@@ -123,8 +123,8 @@ sub mount_partition {
foreach (@mounts) {
@tmp = split(' ', $_);
- print "$tmp[0]\n";
if($tmp[0] eq $win_partition) { $mounted = 1; }
+ $mountpoint = $tmp[1];
}
if(!$mounted) {
@@ -152,7 +152,7 @@ sub get_windows_config {
# Find where the documents are
# If possible, get some registry config
- return %config;
+ return ($config->{partition}, $config->{fstype}, $config->{mountpoint});
}
sub get_linux_config {