summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-05-14 15:51:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-05-14 15:51:07 +0000
commit66d1e6bad40cf330f250d9a542f1a6bf47cedfeb (patch)
tree1f1663434b475983076a3f3bde50319e9ba55703 /perl-install/install_any.pm
parentcd4bc31805e33fc1c6019ca4608196720541b6da (diff)
downloaddrakx-backup-do-not-use-66d1e6bad40cf330f250d9a542f1a6bf47cedfeb.tar
drakx-backup-do-not-use-66d1e6bad40cf330f250d9a542f1a6bf47cedfeb.tar.gz
drakx-backup-do-not-use-66d1e6bad40cf330f250d9a542f1a6bf47cedfeb.tar.bz2
drakx-backup-do-not-use-66d1e6bad40cf330f250d9a542f1a6bf47cedfeb.tar.xz
drakx-backup-do-not-use-66d1e6bad40cf330f250d9a542f1a6bf47cedfeb.zip
basic xfs handling
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 9e600104a..c304558ef 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -328,6 +328,7 @@ sub setPackages {
push @{$o->{default_packages}}, "lvm" if -e '/etc/lvmtab';
push @{$o->{default_packages}}, "usbd" if modules::get_alias("usb-interface");
push @{$o->{default_packages}}, "reiserfsprogs" if grep { isReiserfs($_) } @{$o->{fstab}};
+ push @{$o->{default_packages}}, "xfsprogs" if grep { isXfs($_) } @{$o->{fstab}};
push @{$o->{default_packages}}, "alsa", "alsa-utils" if modules::get_alias("sound-slot-0") =~ /^snd-card-/;
push @{$o->{default_packages}}, "imwheel" if $o->{mouse}{nbuttons} > 3;