diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-05-23 18:28:18 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-05-23 18:28:18 +0000 |
commit | 142e49b1e0baa4945b2cf1ef611304bd441b0ed5 (patch) | |
tree | 796af514c59a5f848d2bf9ca6cca889ef7199954 /perl-install/install/install2.pm | |
parent | 6ec419f4e25777745f4f17bfa1a38927c9b1be6b (diff) | |
download | drakx-142e49b1e0baa4945b2cf1ef611304bd441b0ed5.tar drakx-142e49b1e0baa4945b2cf1ef611304bd441b0ed5.tar.gz drakx-142e49b1e0baa4945b2cf1ef611304bd441b0ed5.tar.bz2 drakx-142e49b1e0baa4945b2cf1ef611304bd441b0ed5.tar.xz drakx-142e49b1e0baa4945b2cf1ef611304bd441b0ed5.zip |
(parse_args,empty_packages) enable to go fast with 'tune-rpm'...
for testing (it looks like urpm::set_tune_rpm() is more effective than
what does install::pkgs::install() & _remove_raw()
Diffstat (limited to 'perl-install/install/install2.pm')
-rw-r--r-- | perl-install/install/install2.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 55ab5a79d..3d42658cd 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -486,6 +486,7 @@ sub parse_args { nodmraid => sub { $o->{partitioning}{nodmraid} = 1 }, debug_urpmi => sub { $o->{debug_urpmi} = 1 }, justdb => sub { $o->{justdb} = 1 }, + 'tune-rpm' => sub { $o->{'tune-rpm'} = 'all' }, readonly => sub { $o->{partitioning}{readonly} = $v ne "0" }, display => sub { $o->{display} = $v }, askdisplay => sub { print "Please enter the X11 display to perform the install on ? "; $o->{display} = chomp_(scalar(<STDIN>)) }, |