From c19bb5d398128ad409437c6cfa8b6c0974456240 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 2 Mar 2009 13:59:21 +0000 Subject: (beforeInstallPackages) no need to automatically configure urpmi, already done when adding media CHECK ME: check additionnal media got written in urpmi.cfg too --- perl-install/install/steps.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'perl-install/install') diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm index bd81563bc..702c3cd52 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -487,9 +487,6 @@ Consoles 1,3,4,7 may also contain interesting information"; run_program::rooted($::prefix, "chkconfig", "--del", "gpm"); } - #- install urpmi before as rpmdb will be opened, this will cause problem with update-menus. - $o->install_urpmi; - if ($o->{pcmcia}) { substInFile { s/.*(TaskBarShowAPMStatus).*/$1=1/ } "$::prefix/usr/lib/X11/icewm/preferences"; eval { cp_af("$::prefix/usr/share/applnk/System/kapm.kdelnk", -- cgit v1.2.1