| Commit message (Expand) | Author | Age | Files | Lines |
* | Modernize, remove old code | Rafael Garcia-Suarez | 2005-05-24 | 1 | -9/+8 |
* | propagate postInstall and postInstallNonRooted in new auto_install.cfg.pl | Pascal Rigaux | 2005-05-20 | 1 | -1/+1 |
* | create common::release_file() and use it | Pascal Rigaux | 2005-04-21 | 1 | -3/+2 |
* | do not care about the ISO volume name if it doesn't end in -Disc\d+ | Olivier Blin | 2005-04-20 | 1 | -4/+6 |
* | handle DVD ISO images too (so that they get added installed for urpmi) | Olivier Blin | 2005-04-20 | 1 | -1/+1 |
* | Change the name of the directory where the rpms are copied | Rafael Garcia-Suarez | 2005-04-15 | 1 | -5/+5 |
* | When re-using the rpmsrate and compssUsers.pl from a supplementary media, | Rafael Garcia-Suarez | 2005-04-14 | 1 | -1/+8 |
* | Remount CD1 if we cancel insertion of a supplementary CD | Rafael Garcia-Suarez | 2005-04-13 | 1 | -7/+13 |
* | Eject CD-Rom when installation is finished | Rafael Garcia-Suarez | 2005-04-13 | 1 | -3/+11 |
* | When installing urpmi, mark cd-rom media as "static" so they never get | Rafael Garcia-Suarez | 2005-04-12 | 1 | -1/+3 |
* | Supplementary cd-roms weren't marked as supplementary. Fix this. | Rafael Garcia-Suarez | 2005-04-08 | 1 | -1/+6 |
* | Don't copy rpms that come from any sort of supplementary media. | Rafael Garcia-Suarez | 2005-04-08 | 1 | -2/+2 |
* | More heuristics to figure out the CD / DVD number from its name, used | Rafael Garcia-Suarez | 2005-04-08 | 1 | -1/+7 |
* | Add a trace | Rafael Garcia-Suarez | 2005-04-07 | 1 | -1/+2 |
* | make the auto_inst.cfg more valid in report.bug.gz, and add a warning | Pascal Rigaux | 2005-04-06 | 1 | -3/+5 |
* | media_browser is returning a file, not a file handle, /me is bad :-/ | Pascal Rigaux | 2005-04-05 | 1 | -3/+3 |
* | Try to guess the device associated with the CD-ROM when installing urpmi | Rafael Garcia-Suarez | 2005-04-04 | 1 | -0/+2 |
* | /me sux | Rafael Garcia-Suarez | 2005-04-04 | 1 | -2/+2 |
* | Don't ask for the same cd to be reinserted when copying rpms on disk | Rafael Garcia-Suarez | 2005-04-04 | 1 | -1/+3 |
* | Introduce the new utility function getCDNumber() | Rafael Garcia-Suarez | 2005-04-04 | 1 | -0/+10 |
* | Sort CDs according to CD numbers, not alphabetically | Rafael Garcia-Suarez | 2005-04-01 | 1 | -1/+5 |
* | nasty warly uses different volume IDs for mini CDs | Olivier Blin | 2005-03-24 | 1 | -1/+1 |
* | Always write an MD5SUM file | Rafael Garcia-Suarez | 2005-03-24 | 1 | -3/+2 |
* | temporarily fallback on /mnt/hd if the hard disk mount point can't be found | Olivier Blin | 2005-03-23 | 1 | -1/+2 |
* | Fix ejection of cdrom when asking for the supplementary CD. (bug 14902) | Rafael Garcia-Suarez | 2005-03-23 | 1 | -1/+1 |
* | Don't copy RPMs from supplementary media, except supplementary CDs | Rafael Garcia-Suarez | 2005-03-21 | 1 | -1/+4 |
* | Factorize code on opening CD tray. | Rafael Garcia-Suarez | 2005-03-21 | 1 | -5/+1 |
* | Force opening of cdrom tray when asking for a supplementary CD. | Rafael Garcia-Suarez | 2005-03-21 | 1 | -5/+8 |
* | Allow to eject non-mounted cdroms | Rafael Garcia-Suarez | 2005-03-21 | 1 | -4/+6 |
* | Install kernel-xbox on XBOX, bypass bootloader setup and eject call | Stew Benedict | 2005-03-15 | 1 | -0/+1 |
* | Fix cdrom device name | Rafael Garcia-Suarez | 2005-03-15 | 1 | -0/+1 |
* | fix pcmcia modules loading | Olivier Blin | 2005-03-15 | 1 | -1/+3 |
* | - add dmi_probe() | Pascal Rigaux | 2005-03-15 | 1 | -9/+2 |
* | Change the code for the rpm copying progress bar to avoid forking. | Rafael Garcia-Suarez | 2005-03-14 | 1 | -36/+54 |
* | Use library functions | Rafael Garcia-Suarez | 2005-03-11 | 1 | -1/+1 |
* | Create an empty MD5SUM file to make urpmi happy | Rafael Garcia-Suarez | 2005-03-11 | 1 | -0/+3 |
* | remove useless / | Olivier Blin | 2005-03-11 | 1 | -1/+1 |
* | Don't stack information windows on top of another | Rafael Garcia-Suarez | 2005-03-11 | 1 | -2/+4 |
* | really create ISO images mountpoint (me sux) | Olivier Blin | 2005-03-11 | 1 | -1/+1 |
* | Eject last CD after copy of rpms on disk | Rafael Garcia-Suarez | 2005-03-11 | 1 | -0/+1 |
* | use full path to rpms for ISO media | Olivier Blin | 2005-03-11 | 1 | -1/+1 |
* | don't spawn a shell if stage2 isn't run directly | Olivier Blin | 2005-03-10 | 1 | -1/+5 |
* | setup urpmi media for ISO images | Olivier Blin | 2005-03-10 | 1 | -2/+19 |
* | Put a wait message for copying rpms from CDs | Rafael Garcia-Suarez | 2005-03-10 | 1 | -1/+6 |
* | Disable progress bar when copying rpms from CDs. (The change CD dialog | Rafael Garcia-Suarez | 2005-03-08 | 1 | -19/+23 |
* | Add an explicit error message instead of a built-in cryptic one (bug #14243) | Rafael Garcia-Suarez | 2005-03-04 | 1 | -0/+1 |
* | perl_checker fixes | Rafael Garcia-Suarez | 2005-03-03 | 1 | -1/+0 |
* | Add a progress bar when copying rpms from the media to the hard disk | Rafael Garcia-Suarez | 2005-03-03 | 1 | -3/+28 |
* | screenshot_dir__and_move(): use /tmp which is ramdisk instead of /tmp/stage2 ... | Pascal Rigaux | 2005-03-02 | 1 | -1/+1 |
* | fix | Pascal Rigaux | 2005-02-23 | 1 | -1/+2 |