diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-11 00:39:27 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-11 00:39:27 +0000 |
commit | 512f9a2c1c662da68cae88286253e3be6f58db15 (patch) | |
tree | bc9a3d848fb43a8aae7f4514a26ac415a9040368 /perl-install/resize_fat/main.pm | |
parent | 5b1df9f40a92305e9686794d5a93dde8cd873396 (diff) | |
download | drakx-backup-do-not-use-512f9a2c1c662da68cae88286253e3be6f58db15.tar drakx-backup-do-not-use-512f9a2c1c662da68cae88286253e3be6f58db15.tar.gz drakx-backup-do-not-use-512f9a2c1c662da68cae88286253e3be6f58db15.tar.bz2 drakx-backup-do-not-use-512f9a2c1c662da68cae88286253e3be6f58db15.tar.xz drakx-backup-do-not-use-512f9a2c1c662da68cae88286253e3be6f58db15.zip |
(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)
Diffstat (limited to 'perl-install/resize_fat/main.pm')
0 files changed, 0 insertions, 0 deletions