diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-01-23 19:05:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-01-23 19:05:28 +0000 |
commit | aba80b6767dfa915c22498e62950070433c85dad (patch) | |
tree | 12c9f52ad87cdd7e22fd2c5f94eee6f1b4bfc558 /perl-install/fs/format.pm | |
parent | 2cc1a80e1f0a669209d1863ef42426ef872bc3d6 (diff) | |
download | drakx-aba80b6767dfa915c22498e62950070433c85dad.tar drakx-aba80b6767dfa915c22498e62950070433c85dad.tar.gz drakx-aba80b6767dfa915c22498e62950070433c85dad.tar.bz2 drakx-aba80b6767dfa915c22498e62950070433c85dad.tar.xz drakx-aba80b6767dfa915c22498e62950070433c85dad.zip |
fix package name
Diffstat (limited to 'perl-install/fs/format.pm')
-rw-r--r-- | perl-install/fs/format.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm index 1fe2a1de4..6025d72fb 100644 --- a/perl-install/fs/format.pm +++ b/perl-install/fs/format.pm @@ -59,7 +59,7 @@ my %edit_LABEL = ( # package, command, option # hfs dos => [ 'mtools', 'mlabel', '-i' ], vfat => [ 'mtools', 'mlabel', '-i' ], -# swap => [ 'util-linux-ng', 'mkswap' ], +# swap => [ 'util-linux', 'mkswap' ], ntfs => [ 'ntfsprogs', 'ntfslabel' ], 'ntfs-3g' => [ 'ntfsprogs', 'ntfslabel' ], # btrfs |