aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtransfugdrake.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/transfugdrake.pm b/transfugdrake.pm
index ade1a13..da1355e 100755
--- a/transfugdrake.pm
+++ b/transfugdrake.pm
@@ -12,6 +12,7 @@ sub get_windows_disk() {
fs::merge_info_from_mtab($fstab);
my @win_devices = grep { fs::type::isFat_or_NTFS($_) && fs::type::isMounted($_) } @$fstab;
+ # FIXME: we should WINNT, ... (see drakfont):
find { -e "$_/WINDOWS/system32/config/software" } map { $_->{mntpoint} } @win_devices;
}