From 086506b80163940864a3389a6ae36dd0f66d521b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 4 Mar 2009 15:40:43 +0000 Subject: (empty_packages,main) log extra debugging messages if passing the 'debug_urpmi' option --- 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 af1100b5c..465c5ba42 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -344,6 +344,7 @@ sub main { freedriver => sub { $o->{freedriver} = $v }, no_bad_drives => sub { $o->{partitioning}{no_bad_drives} = 1 }, nodmraid => sub { $o->{partitioning}{nodmraid} = 1 }, + debug_urpmi => sub { $o->{debug_urpmi} = 1 }, 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