From 1db5580c8f0fc0338c7e626fe05c0ee9478315b0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 8 Sep 2011 10:38:05 +0000 Subject: util-linux-ng was renamed util-linux (fix installation error) --- perl-install/fs/format.pm | 2 +- perl-install/install/NEWS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.1