summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
Commit message (Collapse)AuthorAgeFilesLines
* Change the name of the directory where the rpms are copiedRafael Garcia-Suarez2005-04-151-5/+5
|
* When re-using the rpmsrate and compssUsers.pl from a supplementary media,Rafael Garcia-Suarez2005-04-141-1/+8
| | | | | | always retrieve them locally in /tmp, instead of choosing the main install method (this wasn't working for http installs)
* Remount CD1 if we cancel insertion of a supplementary CDRafael Garcia-Suarez2005-04-131-7/+13
|
* Eject CD-Rom when installation is finishedRafael Garcia-Suarez2005-04-131-3/+11
|
* When installing urpmi, mark cd-rom media as "static" so they never getRafael Garcia-Suarez2005-04-121-1/+3
| | | | | | updated. This is needed because those media use hdlists, but the hdlist path is false for all CDs except the first one.
* Supplementary cd-roms weren't marked as supplementary. Fix this.Rafael Garcia-Suarez2005-04-081-1/+6
|
* Don't copy rpms that come from any sort of supplementary media.Rafael Garcia-Suarez2005-04-081-2/+2
|
* More heuristics to figure out the CD / DVD number from its name, usedRafael Garcia-Suarez2005-04-081-1/+7
| | | | | for the copy of media to the local HD.
* Add a traceRafael Garcia-Suarez2005-04-071-1/+2
|
* make the auto_inst.cfg more valid in report.bug.gz, and add a warningPascal Rigaux2005-04-061-3/+5
|
* media_browser is returning a file, not a file handle, /me is bad :-/Pascal Rigaux2005-04-051-3/+3
|
* Try to guess the device associated with the CD-ROM when installing urpmiRafael Garcia-Suarez2005-04-041-0/+2
| | | | | (bug 14395)
* /me suxRafael Garcia-Suarez2005-04-041-2/+2
|
* Don't ask for the same cd to be reinserted when copying rpms on diskRafael Garcia-Suarez2005-04-041-1/+3
|
* Introduce the new utility function getCDNumber()Rafael Garcia-Suarez2005-04-041-0/+10
|
* Sort CDs according to CD numbers, not alphabeticallyRafael Garcia-Suarez2005-04-011-1/+5
|
* nasty warly uses different volume IDs for mini CDsOlivier Blin2005-03-241-1/+1
|
* Always write an MD5SUM fileRafael Garcia-Suarez2005-03-241-3/+2
|
* temporarily fallback on /mnt/hd if the hard disk mount point can't be foundOlivier Blin2005-03-231-1/+2
|
* Fix ejection of cdrom when asking for the supplementary CD. (bug 14902)Rafael Garcia-Suarez2005-03-231-1/+1
|
* Don't copy RPMs from supplementary media, except supplementary CDsRafael Garcia-Suarez2005-03-211-1/+4
|
* Factorize code on opening CD tray.Rafael Garcia-Suarez2005-03-211-5/+1
| | | | | This, and the previous change, fixed bug #14850.
* Force opening of cdrom tray when asking for a supplementary CD.Rafael Garcia-Suarez2005-03-211-5/+8
|
* Allow to eject non-mounted cdromsRafael Garcia-Suarez2005-03-211-4/+6
|
* Install kernel-xbox on XBOX, bypass bootloader setup and eject callStew Benedict2005-03-151-0/+1
|
* Fix cdrom device nameRafael Garcia-Suarez2005-03-151-0/+1
|
* fix pcmcia modules loadingOlivier Blin2005-03-151-1/+3
|
* - add dmi_probe()Pascal Rigaux2005-03-151-9/+2
| | | | | - some special code on dmi is now moved in dmitable with flags Pkg: and Module:
* Change the code for the rpm copying progress bar to avoid forking.Rafael Garcia-Suarez2005-03-141-36/+54
|
* Use library functionsRafael Garcia-Suarez2005-03-111-1/+1
|
* Create an empty MD5SUM file to make urpmi happyRafael Garcia-Suarez2005-03-111-0/+3
|
* remove useless /Olivier Blin2005-03-111-1/+1
|
* Don't stack information windows on top of anotherRafael Garcia-Suarez2005-03-111-2/+4
|
* really create ISO images mountpoint (me sux)Olivier Blin2005-03-111-1/+1
|
* Eject last CD after copy of rpms on diskRafael Garcia-Suarez2005-03-111-0/+1
|
* use full path to rpms for ISO mediaOlivier Blin2005-03-111-1/+1
|
* don't spawn a shell if stage2 isn't run directlyOlivier Blin2005-03-101-1/+5
|
* setup urpmi media for ISO imagesOlivier Blin2005-03-101-2/+19
|
* Put a wait message for copying rpms from CDsRafael Garcia-Suarez2005-03-101-1/+6
|
* Disable progress bar when copying rpms from CDs. (The change CD dialogRafael Garcia-Suarez2005-03-081-19/+23
| | | | | clashes with it)
* Add an explicit error message instead of a built-in cryptic one (bug #14243)Rafael Garcia-Suarez2005-03-041-0/+1
|
* perl_checker fixesRafael Garcia-Suarez2005-03-031-1/+0
|
* Add a progress bar when copying rpms from the media to the hard diskRafael Garcia-Suarez2005-03-031-3/+28
|
* screenshot_dir__and_move(): use /tmp which is ramdisk instead of /tmp/stage2 ↵Pascal Rigaux2005-03-021-1/+1
| | | | which is now always read-only
* fixPascal Rigaux2005-02-231-1/+2
|
* (default_packages) setup acerk for another laptop (which doesn't needThierry Vignaud2005-02-231-1/+2
| | | | | any option)
* Fix location of hdlist for rpms copied on diskRafael Garcia-Suarez2005-02-221-0/+1
|
* - add HTTP support in media_browserPascal Rigaux2005-02-181-2/+18
| | | | | - HTTP support is non save only
* media_browser returns a filehandle when non savePascal Rigaux2005-02-181-9/+18
|
* - create dmidecode_category()Pascal Rigaux2005-02-171-4/+5
| | | | | | - don't use field {string} when not needed - better use regexps on dmidecode returned strings (even the kernel use strstr)