summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
Commit message (Collapse)AuthorAgeFilesLines
* add more log into find_root_partFlorent Villard2004-10-271-2/+2
|
* include support of the oem configuration file to display the correct product ↵Florent Villard2004-10-261-1/+11
| | | | name
* More logs on install_urpmiRafael Garcia-Suarez2004-09-281-0/+2
|
* Fix field nameRafael Garcia-Suarez2004-09-241-1/+1
|
* Remove dead codeRafael Garcia-Suarez2004-09-241-8/+1
|
* Better handling of relative pathsRafael Garcia-Suarez2004-09-241-9/+11
|
* Ask only once for a supplementary CDRafael Garcia-Suarez2004-09-241-1/+1
|
* Fix 10.0-style pathsRafael Garcia-Suarez2004-09-241-3/+3
|
* Missing bit from the trunkRafael Garcia-Suarez2004-09-231-1/+1
|
* A trimmed-down version of the supplementary media handling routine ofRafael Garcia-Suarez2004-09-221-0/+56
| | | | | 10.1 community. It handles only supplementary CDs.
* Selection of supplementary media is now a method.Rafael Garcia-Suarez2004-09-221-72/+21
|
* Backport utility functions from 10.1Rafael Garcia-Suarez2004-09-221-0/+9
|
* Cope with different cd-rom mountpointsRafael Garcia-Suarez2004-09-221-25/+29
|
* replace freeDriver with freedriver (stage2 para are lower cased)Pascal Rigaux2004-08-161-1/+1
|
* make room on replay/auto_install floppy image before doing anythingPascal Rigaux2004-08-051-9/+11
|
* Make the CD-Rom install with supplementary CD work (don't forget toRafael Garcia-Suarez2004-06-221-3/+18
| | | | | re-mount the main CDs).
* Don't ask a supplementary CD for upgradesRafael Garcia-Suarez2004-06-181-2/+3
|
* Install with a supplementary CD:Rafael Garcia-Suarez2004-06-171-3/+9
| | | | | allow to override the main compssUsers and rpmsrate
* Support for a supplementary CD during install. Try to code this in theRafael Garcia-Suarez2004-06-151-11/+72
| | | | | | least intrusive way possible. In the HEAD branch it would be better to rework the way the installation methods are handled. More tests needed.
* handle freeDriver which disable using proprietary X driver (esp. for nvidia)Pascal Rigaux2004-05-271-0/+8
|
* fix selecting locales-LANG (i didn't really work, but it doesn't seem needed?)Pascal Rigaux2004-05-111-5/+4
|
* (setDefaultPackages) despite find and any are semantically equivalentThierry Vignaud2004-04-051-1/+1
| | | | | in this context, any will be used there (boolean vs scalar context)
* (setDefaultPackages) install alsa-utils if *any* of the present sound card ↵Thierry Vignaud2004-04-051-2/+1
| | | | is driven by ALSA
* perl now handle cleanly utf8 string in exceptions, no need to die \N("...")Pascal Rigaux2004-04-051-2/+2
|
* LSB doesn't need kernel 2.4 anymorePascal Rigaux2004-03-231-7/+0
|
* fix installing locales-XX for lang=nb which needs locales-no (one needs to ↵Pascal Rigaux2004-03-111-6/+4
| | | | use provides)
* fix typoPascal Rigaux2004-03-081-1/+2
|
* in generate_automatic_stage1_params():Pascal Rigaux2004-03-081-12/+18
| | | | | | - handle FTP via HTTP proxy (bugzilla #8699) - cleanup using a different data-structure
* replacing automatic=method:disk with $param instead of adding $param (since ↵Pascal Rigaux2004-03-051-1/+1
| | | | $param already contains automatic=met:disk)
* oops, fix commitPascal Rigaux2004-03-041-1/+1
|
* fix & cleanup generating replay & auto_install imagesPascal Rigaux2004-03-041-60/+54
| | | | | (thanks to David Eastcott)
* simplifyPascal Rigaux2004-03-011-3/+2
|
* log reason why getAndSaveFile can't opening dest file for writingGuillaume Cottenceau2004-02-281-1/+1
|
* support two-floppies boot style for replay_install disk as well (not nice at ↵Guillaume Cottenceau2004-02-261-6/+30
| | | | all..)
* hd.img doesn't exist anymore, using hd_grub.imgGuillaume Cottenceau2004-02-261-1/+1
|
* ok, ok, perl checker roulaizeGuillaume Cottenceau2004-02-181-1/+1
|
* better matchGuillaume Cottenceau2004-02-181-1/+1
|
* tentatively fix #7792 (seems like line number don't match #7792,Guillaume Cottenceau2004-02-181-1/+1
| | | | | but this one I'm fixing was obviously wrong, at least)
* allow using ext2 or vfat floppies for kickstart=floppy so thatGuillaume Cottenceau2004-02-181-1/+6
| | | | | | | when you do an auto install based on network.img and network_drivers.img, you can put your auto_inst.cfg.pl on network_drivers.img and rock n roll
* change return type of pkgs::packages2kernels()Pascal Rigaux2004-02-121-5/+4
|
* add kernel-2.4* in group LSBPascal Rigaux2004-02-121-0/+8
|
* kernel22 is not there anymore (since a long time now)Pascal Rigaux2004-01-191-1/+0
|
* select bestKernelPackage before selecting basesystem (otherwise basesystem ↵Pascal Rigaux2004-01-191-3/+3
| | | | already requires kernel)
* http://serv.mydomain/pub/install must get split into server:serv.mydomain andPascal Rigaux2004-01-091-104/+1
| | | | | directory:/pub/install, and not directory:pub/install
* simplifyPascal Rigaux2004-01-091-6/+2
|
* - integrate chkauth (which is now deprecated)Pascal Rigaux2004-01-081-1/+2
| | | | | - new module authentication
* use whereis_binary()Pascal Rigaux2004-01-071-4/+1
|
* obsolete livedrake, live_install, live_updatePascal Rigaux2004-01-061-1/+1
|
* perl_checker compliancePascal Rigaux2004-01-061-1/+1
|
* use $::prefixPascal Rigaux2004-01-061-1/+1
|