diff options
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 215f9f382..bbc6c11ae 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -1146,7 +1146,7 @@ sub remove_bigseldom_used { unlink(m|^/| ? $_ : "/usr/bin/$_") foreach ((map { @$_ } @bigseldom_used_groups), qw(pvcreate pvdisplay vgchange vgcreate vgdisplay vgextend vgremove vgscan lvcreate lvdisplay lvremove /lib/liblvm.so), - qw(mkreiserfs resize_reiserfs mkfs.xfs), + qw(mkreiserfs resize_reiserfs mkfs.xfs fsck.jfs), ); } |