From 512f9a2c1c662da68cae88286253e3be6f58db15 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 11 Mar 2012 00:39:27 +0000 Subject: (part_possible_actions) fix resizing LVs (mga#4666) (is_LVM_resizable) introduce a real function instead of a "macro" else LVM_resizable got expanded as: member($part->{fs_type}, qw(btrfs ext3 ext4 reiserfs xfs)) then as: member($part->{fs_type}, qw(btrfs($part) ext3 ext4($part) reiserfs xfs)) commit r2781 ("sort") "brokes" ext4 by shifting it place in list by one (but ext3 would have failed) --- perl-install/install/NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/NEWS') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 066c21635..5b545f137 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -3,6 +3,7 @@ installing steps later at summary stage - partitionning: o fix error on removing LVs + o fix resizing LVs (mga#4666) Version 13.91.1 - 08 March 2012 -- cgit v1.2.1