diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-03-02 13:59:21 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-03-02 13:59:21 +0000 |
commit | c19bb5d398128ad409437c6cfa8b6c0974456240 (patch) | |
tree | f2435e1bd3b6d35bad836e87a87fb3167b92f502 | |
parent | 4f33fa822e130c3490c30699e2c583764682c767 (diff) | |
download | drakx-c19bb5d398128ad409437c6cfa8b6c0974456240.tar drakx-c19bb5d398128ad409437c6cfa8b6c0974456240.tar.gz drakx-c19bb5d398128ad409437c6cfa8b6c0974456240.tar.bz2 drakx-c19bb5d398128ad409437c6cfa8b6c0974456240.tar.xz drakx-c19bb5d398128ad409437c6cfa8b6c0974456240.zip |
(beforeInstallPackages) no need to automatically configure urpmi, already done
when adding media
CHECK ME: check additionnal media got written in urpmi.cfg too
-rw-r--r-- | perl-install/install/steps.pm | 3 |
1 files changed, 0 insertions, 3 deletions
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", |