Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -6/+6 |
| | |||||
* | help perl_checker | Pascal Rigaux | 2004-10-26 | 1 | -2/+2 |
| | |||||
* | in upgrade, when we need to migrate device names, we must write the fstab | Pascal Rigaux | 2004-10-26 | 1 | -1/+4 |
| | |||||
* | remove trailing slashes | Rafael Garcia-Suarez | 2004-10-21 | 1 | -0/+1 |
| | |||||
* | Repair FTP supplementary media with overriding of rpmsrate and compssUsers.pl | Rafael Garcia-Suarez | 2004-10-19 | 1 | -2/+7 |
| | |||||
* | Installation with a ftp supplementary media (for mini-isos) : | Rafael Garcia-Suarez | 2004-10-19 | 1 | -1/+2 |
| | | | | | | inline the mirror list (since fetching it causes weird network problems). Fix the handling of relative urls in ftp media when fetching hdlists file. | ||||
* | install_urpmi now writes a names file for each media | Rafael Garcia-Suarez | 2004-09-29 | 1 | -0/+10 |
| | |||||
* | - add field {part_number} for partitions | Pascal Rigaux | 2004-09-20 | 1 | -15/+97 |
| | | | | | | | | | | | (handle it in subpart_from_wild_device_name(), partition_table::read()) - create migrate_device_names() to handle the change of device names when changing kernel&modules (eg: hde->hda or hda->sda) - change prototype of install_any::use_root_part() (prefix is dropped, optional $in is added) - create fs::type::can_be_this_fs_type() and use it - create devices::part_number() and devices::part_prefix() and use them | ||||
* | Remove no longer necessary hack. | Rafael Garcia-Suarez | 2004-09-20 | 1 | -7/+0 |
| | |||||
* | - don't use fs::get_info_from_fstab() in install_any::use_root_part() to be ↵ | Pascal Rigaux | 2004-09-20 | 1 | -2/+16 |
| | | | | | | | | | able to handle renamed devices - fs::get_info_from_fstab() doesn't take a prefix anymore - small perl_checker fix in install_any.pm | ||||
* | Kludgy fix for bug 11558 : sometimes when restarting the installer at the | Rafael Garcia-Suarez | 2004-09-16 | 1 | -11/+19 |
| | | | | | | step where partitions are read, it'll be needed to reaload the rpmsrate and compssUsers.pl to avoid a crash a bit later. | ||||
* | Better retry on error handling for supplementary media | Rafael Garcia-Suarez | 2004-09-16 | 1 | -2/+3 |
| | |||||
* | Apparently perl_checker doesn't like my perfectly sensible perl syntax. | Rafael Garcia-Suarez | 2004-09-14 | 1 | -5/+7 |
| | |||||
* | redundant code | Rafael Garcia-Suarez | 2004-09-13 | 1 | -2/+1 |
| | |||||
* | deselection of found media: don't display twice media from the same | Rafael Garcia-Suarez | 2004-09-13 | 1 | -4/+28 |
| | | | | | installation CD | ||||
* | http supplementary media were borked | Rafael Garcia-Suarez | 2004-09-13 | 1 | -1/+1 |
| | |||||
* | Ability to choose from the mirror list when assing an ftp supplementary | Rafael Garcia-Suarez | 2004-09-13 | 1 | -2/+10 |
| | | | | | media. Fix download of hdlists file for ftp supplementary media. | ||||
* | Remove (temporarily, do we hope) the code that re-reads all hdlists when the | Rafael Garcia-Suarez | 2004-09-10 | 1 | -32/+2 |
| | | | | | | user has added supplementary media. It doesn't work for now, when the main media is networked and the supplementary media a superset of the main media. | ||||
* | BIGMEM now means >4GB | Pascal Rigaux | 2004-09-09 | 1 | -1/+1 |
| | |||||
* | Re-read all hdlists in reverse order when there are supplementary media. | Rafael Garcia-Suarez | 2004-09-09 | 1 | -20/+64 |
| | | | | | Don't unselect every single media when doing an installation from iso images. | ||||
* | Better version of the reload-IO::Socket patch | Rafael Garcia-Suarez | 2004-09-08 | 1 | -0/+5 |
| | |||||
* | Install from a CD with a networked HTTP media : force reloading of | Rafael Garcia-Suarez | 2004-09-07 | 1 | -1/+1 |
| | | | | | | IO::Socket::INET after having brought up the network interface. It won't work otherwise (for mysterious reasons.) | ||||
* | install_urpmi() wasn't writing proper urls when having read an hdlists | Rafael Garcia-Suarez | 2004-09-07 | 1 | -10/+15 |
| | | | | | file for a networked supplementary media | ||||
* | Allow supplementary media for upgrades | Rafael Garcia-Suarez | 2004-09-07 | 1 | -3/+1 |
| | |||||
* | Remove unused variable | Rafael Garcia-Suarez | 2004-09-07 | 1 | -1/+0 |
| | |||||
* | Supplementary media: don't forget to check for a new rpmsrate too | Rafael Garcia-Suarez | 2004-09-06 | 1 | -0/+3 |
| | |||||
* | Make the network supplementary media probe able to find an hdlists file | Rafael Garcia-Suarez | 2004-09-06 | 1 | -2/+11 |
| | |||||
* | Override rpmsrate and compssUsers.pl by the ones found on a | Rafael Garcia-Suarez | 2004-09-06 | 1 | -3/+3 |
| | | | | | supplementary CD | ||||
* | Umount supplementary CD immediately after having read informations on it. | Rafael Garcia-Suarez | 2004-09-03 | 1 | -16/+19 |
| | |||||
* | Make local copies of rpmsrate and compssUsers.pl from supplementary CD | Rafael Garcia-Suarez | 2004-09-03 | 1 | -6/+5 |
| | |||||
* | Better handling of mounting/umounting supplementary CDs | Rafael Garcia-Suarez | 2004-09-03 | 1 | -6/+10 |
| | |||||
* | Add a system error when no CD reader is found for a supplementary CD | Rafael Garcia-Suarez | 2004-09-03 | 1 | -1/+1 |
| | |||||
* | Remove support for looking directly for a hdlist1s.cz file on supplementary CDs. | Rafael Garcia-Suarez | 2004-09-03 | 1 | -24/+1 |
| | |||||
* | Don't bypass errorOpeningFile, because it won't ask for further CDs | Rafael Garcia-Suarez | 2004-09-03 | 1 | -1/+1 |
| | | | | | anymore... (/me sux) | ||||
* | If a supplementary media is incorrect, continue asking | Rafael Garcia-Suarez | 2004-09-02 | 1 | -1/+1 |
| | |||||
* | Don't log too much | Rafael Garcia-Suarez | 2004-09-02 | 1 | -1/+1 |
| | |||||
* | adapt to new mirror structure | Olivier Blin | 2004-09-02 | 1 | -3/+1 |
| | |||||
* | Don't start network for supplementary media if it is cdrom or disk | Rafael Garcia-Suarez | 2004-09-02 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanup | Rafael Garcia-Suarez | 2004-09-01 | 1 | -2/+2 |
| | |||||
* | ensure install_interactive is loaded | Rafael Garcia-Suarez | 2004-09-01 | 1 | -0/+1 |
| | |||||
* | When adding a networked supplementary media, configure the network if | Rafael Garcia-Suarez | 2004-09-01 | 1 | -0/+11 |
| | | | | | needed. Install basesystem for this purpose. | ||||
* | Support for unselecting some media before the install (begin.) | Rafael Garcia-Suarez | 2004-08-31 | 1 | -2/+17 |
| | |||||
* | Fix support for suppl. CDs with hdlists file | Rafael Garcia-Suarez | 2004-08-30 | 1 | -3/+5 |
| | |||||
* | add __regexp suffix to matching_desc() and matching_driver() | Thierry Vignaud | 2004-08-27 | 1 | -14/+14 |
| | |||||
* | Support for multiple supplementary media | Rafael Garcia-Suarez | 2004-08-27 | 1 | -6/+13 |
| | |||||
* | set TV flag when a TV card is detected to install appropriate packages | Olivier Blin | 2004-08-25 | 1 | -0/+1 |
| | |||||
* | aspell's typo fixes | Thierry Vignaud | 2004-08-23 | 1 | -3/+3 |
| | |||||
* | Move code in another function | Rafael Garcia-Suarez | 2004-08-19 | 1 | -10/+15 |
| | |||||
* | Display the list of media already taken into accounts when asking for | Rafael Garcia-Suarez | 2004-08-17 | 1 | -5/+12 |
| | | | | | supplementary media | ||||
* | perl_checker fix | Rafael Garcia-Suarez | 2004-08-17 | 1 | -2/+2 |
| |