diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-03-05 15:47:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-03-05 15:47:41 +0000 |
commit | 975a721c5c91fdc06e459fb84642241c103b50c8 (patch) | |
tree | a3dd1f2d710c715e9444ca5de58120065528937d /perl-install/fs | |
parent | 9bae65d7a789a0db04209a13d79848688d8580ae (diff) | |
download | drakx-975a721c5c91fdc06e459fb84642241c103b50c8.tar drakx-975a721c5c91fdc06e459fb84642241c103b50c8.tar.gz drakx-975a721c5c91fdc06e459fb84642241c103b50c8.tar.bz2 drakx-975a721c5c91fdc06e459fb84642241c103b50c8.tar.xz drakx-975a721c5c91fdc06e459fb84642241c103b50c8.zip |
- fix resizing/formatting ntfs, and create "Windows" entry in bootloader
(broken because of ntfs-3g switch in previous release)
Diffstat (limited to 'perl-install/fs')
-rw-r--r-- | perl-install/fs/format.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm index a0fef6e4e..6757cf0ea 100644 --- a/perl-install/fs/format.pm +++ b/perl-install/fs/format.pm @@ -23,6 +23,7 @@ my %cmds = ( vfat => [ 'dosfstools', 'mkdosfs', '-F', '32' ], swap => [ 'util-linux-ng', 'mkswap' ], ntfs => [ 'ntfsprogs', 'mkntfs', '--fast' ], + 'ntfs-3g' => [ 'ntfsprogs', 'mkntfs', '--fast' ], ); my %LABELs = ( #- option, length, handled_by_mount |