From 06070cc6b10f72fa0d327cb5ac334c7293a58e50 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 30 May 2008 10:10:44 +0000 Subject: allow mounting ntfs-3g partitions (also fixes detection of Windows partitions during live installation) --- perl-install/NEWS | 2 ++ perl-install/fs/mount.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index 11d55d16d..15274aa2c 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,4 +1,6 @@ - do open bug in running firefox drakbug (#31109) +- allow mounting ntfs-3g partitions + (also fixes detection of Windows partitions during live installation) Version 10.29.5 - 20 May 2008 diff --git a/perl-install/fs/mount.pm b/perl-install/fs/mount.pm index 7ca29dbda..6dc312049 100644 --- a/perl-install/fs/mount.pm +++ b/perl-install/fs/mount.pm @@ -36,7 +36,7 @@ sub mount { { my @fs_modules = qw(ext3 ext4dev hfs jfs nfs ntfs romfs reiserfs ufs xfs vfat); - my @types = (qw(ext2 proc sysfs usbfs usbdevfs iso9660 devfs devpts auto), @fs_modules); + my @types = (qw(ext2 proc sysfs usbfs usbdevfs iso9660 devfs devpts auto ntfs-3g), @fs_modules); push @types, 'smb', 'smbfs', 'davfs2' if !$::isInstall; -- cgit v1.2.1