diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-09-08 10:38:05 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-09-08 10:38:05 +0000 |
commit | 1db5580c8f0fc0338c7e626fe05c0ee9478315b0 (patch) | |
tree | 60c9658d0596e7905200ff72d04cb6d49a251201 /perl-install | |
parent | 782d5f691b1cb09a8cad84d7d32650fb1455ac81 (diff) | |
download | drakx-1db5580c8f0fc0338c7e626fe05c0ee9478315b0.tar drakx-1db5580c8f0fc0338c7e626fe05c0ee9478315b0.tar.gz drakx-1db5580c8f0fc0338c7e626fe05c0ee9478315b0.tar.bz2 drakx-1db5580c8f0fc0338c7e626fe05c0ee9478315b0.tar.xz drakx-1db5580c8f0fc0338c7e626fe05c0ee9478315b0.zip |
util-linux-ng was renamed util-linux (fix installation error)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/fs/format.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm index fcd88a5ea..b04c74cb1 100644 --- a/perl-install/fs/format.pm +++ b/perl-install/fs/format.pm @@ -21,7 +21,7 @@ my %cmds = ( hfs => [ 'hfsutils', 'hformat' ], dos => [ 'dosfstools', 'mkdosfs' ], vfat => [ 'dosfstools', 'mkdosfs', '-F', '32' ], - swap => [ 'util-linux-ng', 'mkswap' ], + swap => [ 'util-linux', 'mkswap' ], ntfs => [ 'ntfsprogs', 'mkntfs', '--fast' ], 'ntfs-3g' => [ 'ntfsprogs', 'mkntfs', '--fast' ], btrfs => [ 'btrfs-progs', 'mkfs.btrfs' ], diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index df758951e..41c5031c9 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -2,6 +2,7 @@ stuff), preventing useless installing steps later at summary stage & also fixing "program not found: grub-gfxmenu" error message while installing - only retrieve release notes once during installation +- util-linux-ng was renamed util-linux (fix installation error) (also reduces install log size) |