Description of problem: When installing Mageia (2beta2) and slecting 'Custom' as desktop profile, you can uncheck all Package Groups which unlocks a second menu titled 'Type of Install' with the following options: * With X * Install suggested packages * With basic documentation (recommended!) * Truly minimal install (especially no urpmi) selecting 'Truly minimal install' leads to a system with 540MB in size and, most importantly 'urpmi' installed. So either the dependancies should be reduced or the option updated, as it will contain urpmi and the warning is misleading. How reproducible: always Steps to Reproduce: 1. select 'Custom' then unchecking all 'Package Groups' 2. select 'Truly minimal install' and finish installation 3. login and type urpmi
Could you provide the file /root/drakx/report.bug.gz as an attachment ?
Keywords: (none) => NEEDINFOSource RPM: (none) => drakx-installer-stage2
Created attachment 1913 [details] /root/drakx/report.bug.gz
ok thanks, I guess it's that: * requested urpmi suggested by basesystem-2-6.mga2.x86_64 http://svnweb.mageia.org/packages/cauldron/basesystem/current/SPECS/basesystem.spec?r1=196772&r2=200809
Assignee: bugsquad => thierry.vignaudSummary: Truly minimal install (especially no urpmi) installs urpmi => basesystem suggest urpmi (make truly minimal install installs urpmi)Source RPM: drakx-installer-stage2 => basesystem
Keywords: NEEDINFO => (none)
Humm, suggests should have been ignored...
In fact, we fist initialize urpm then select basesystem & default packages (according to HW) in install::any::setPackages() Then we offer to choose desktop or groups if custom is choosen. In the later case, we offer to select the no suggests parameter for the minimal install, as added by Pascal. However it only applies for packages selected after. We would need to select basesystem later, but that's quite a big change for now, so this has to be postponed after mga2 release
CC: (none) => pterjanSummary: basesystem suggest urpmi (make truly minimal install installs urpmi) => the no_suggests option only applies after selecting basesystem (thus minimal install has urpmi b/c basesystem suggest urpmi)
maybe for now just remove the 'especially no urpmi' part and make a note somewhere (bugtracker?) that it isn't truly minimal?
CC: (none) => herbert
Fixed in SVN
Status: NEW => RESOLVEDResolution: (none) => FIXED