summaryrefslogtreecommitdiffstats
path: root/perl-install/install/install2.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-09-23 17:57:15 +0000
committerOlivier Blin <oblin@mandriva.com>2008-09-23 17:57:15 +0000
commit48059d237deffe78b7e069d6f27e96d2571d0b14 (patch)
treea0861f4b57e0946a9ee42bf1d2a1b8af19f9b67f /perl-install/install/install2.pm
parent0ae9d045c586335ce34c1e9c70a825234c809610 (diff)
downloaddrakx-backup-do-not-use-48059d237deffe78b7e069d6f27e96d2571d0b14.tar
drakx-backup-do-not-use-48059d237deffe78b7e069d6f27e96d2571d0b14.tar.gz
drakx-backup-do-not-use-48059d237deffe78b7e069d6f27e96d2571d0b14.tar.bz2
drakx-backup-do-not-use-48059d237deffe78b7e069d6f27e96d2571d0b14.tar.xz
drakx-backup-do-not-use-48059d237deffe78b7e069d6f27e96d2571d0b14.zip
allow setting compssListLevel from command line
Diffstat (limited to 'perl-install/install/install2.pm')
-rw-r--r--perl-install/install/install2.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm
index dd054a208..44b9897d4 100644
--- a/perl-install/install/install2.pm
+++ b/perl-install/install/install2.pm
@@ -376,6 +376,7 @@ sub main {
suppl => sub { $o->{supplmedia} = $v },
askmedia => sub { $o->{askmedia} = 1 },
restore => sub { $::isRestore = 1 },
+ compssListLevel => sub { $o->{compssListLevel} = $v },
}}{lc $n}; &$f if $f;
} %cmdline;