From 142e49b1e0baa4945b2cf1ef611304bd441b0ed5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 23 May 2012 18:28:18 +0000 Subject: (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() --- perl-install/install/install2.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/install2.pm') 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()) }, -- cgit v1.2.1