summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
Commit message (Collapse)AuthorAgeFilesLines
* install_urpmi now writes a names file for each mediaRafael Garcia-Suarez2004-09-291-0/+10
|
* - add field {part_number} for partitionsPascal Rigaux2004-09-201-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-Suarez2004-09-201-7/+0
|
* - don't use fs::get_info_from_fstab() in install_any::use_root_part() to be ↵Pascal Rigaux2004-09-201-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 theRafael Garcia-Suarez2004-09-161-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 mediaRafael Garcia-Suarez2004-09-161-2/+3
|
* Apparently perl_checker doesn't like my perfectly sensible perl syntax.Rafael Garcia-Suarez2004-09-141-5/+7
|
* redundant codeRafael Garcia-Suarez2004-09-131-2/+1
|
* deselection of found media: don't display twice media from the sameRafael Garcia-Suarez2004-09-131-4/+28
| | | | | installation CD
* http supplementary media were borkedRafael Garcia-Suarez2004-09-131-1/+1
|
* Ability to choose from the mirror list when assing an ftp supplementaryRafael Garcia-Suarez2004-09-131-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 theRafael Garcia-Suarez2004-09-101-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 >4GBPascal Rigaux2004-09-091-1/+1
|
* Re-read all hdlists in reverse order when there are supplementary media.Rafael Garcia-Suarez2004-09-091-20/+64
| | | | | Don't unselect every single media when doing an installation from iso images.
* Better version of the reload-IO::Socket patchRafael Garcia-Suarez2004-09-081-0/+5
|
* Install from a CD with a networked HTTP media : force reloading ofRafael Garcia-Suarez2004-09-071-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 hdlistsRafael Garcia-Suarez2004-09-071-10/+15
| | | | | file for a networked supplementary media
* Allow supplementary media for upgradesRafael Garcia-Suarez2004-09-071-3/+1
|
* Remove unused variableRafael Garcia-Suarez2004-09-071-1/+0
|
* Supplementary media: don't forget to check for a new rpmsrate tooRafael Garcia-Suarez2004-09-061-0/+3
|
* Make the network supplementary media probe able to find an hdlists fileRafael Garcia-Suarez2004-09-061-2/+11
|
* Override rpmsrate and compssUsers.pl by the ones found on aRafael Garcia-Suarez2004-09-061-3/+3
| | | | | supplementary CD
* Umount supplementary CD immediately after having read informations on it.Rafael Garcia-Suarez2004-09-031-16/+19
|
* Make local copies of rpmsrate and compssUsers.pl from supplementary CDRafael Garcia-Suarez2004-09-031-6/+5
|
* Better handling of mounting/umounting supplementary CDsRafael Garcia-Suarez2004-09-031-6/+10
|
* Add a system error when no CD reader is found for a supplementary CDRafael Garcia-Suarez2004-09-031-1/+1
|
* Remove support for looking directly for a hdlist1s.cz file on supplementary CDs.Rafael Garcia-Suarez2004-09-031-24/+1
|
* Don't bypass errorOpeningFile, because it won't ask for further CDsRafael Garcia-Suarez2004-09-031-1/+1
| | | | | anymore... (/me sux)
* If a supplementary media is incorrect, continue askingRafael Garcia-Suarez2004-09-021-1/+1
|
* Don't log too muchRafael Garcia-Suarez2004-09-021-1/+1
|
* adapt to new mirror structureOlivier Blin2004-09-021-3/+1
|
* Don't start network for supplementary media if it is cdrom or diskRafael Garcia-Suarez2004-09-021-1/+1
|
* perl_checker cleanupRafael Garcia-Suarez2004-09-011-2/+2
|
* ensure install_interactive is loadedRafael Garcia-Suarez2004-09-011-0/+1
|
* When adding a networked supplementary media, configure the network ifRafael Garcia-Suarez2004-09-011-0/+11
| | | | | needed. Install basesystem for this purpose.
* Support for unselecting some media before the install (begin.)Rafael Garcia-Suarez2004-08-311-2/+17
|
* Fix support for suppl. CDs with hdlists fileRafael Garcia-Suarez2004-08-301-3/+5
|
* add __regexp suffix to matching_desc() and matching_driver()Thierry Vignaud2004-08-271-14/+14
|
* Support for multiple supplementary mediaRafael Garcia-Suarez2004-08-271-6/+13
|
* set TV flag when a TV card is detected to install appropriate packagesOlivier Blin2004-08-251-0/+1
|
* aspell's typo fixesThierry Vignaud2004-08-231-3/+3
|
* Move code in another functionRafael Garcia-Suarez2004-08-191-10/+15
|
* Display the list of media already taken into accounts when asking forRafael Garcia-Suarez2004-08-171-5/+12
| | | | | supplementary media
* perl_checker fixRafael Garcia-Suarez2004-08-171-2/+2
|
* Supplementary cd-roms don't need to have a rpmsrate / compssUsers.plRafael Garcia-Suarez2004-08-171-4/+7
|
* better URLPREFIX parsing regexp (handle URLPREFIX = "http://leia")Pascal Rigaux2004-08-161-1/+1
|
* replace freeDriver with freedriver (stage2 para are lower cased)Pascal Rigaux2004-08-161-1/+1
|
* One further step towards the ftp supplementary mediaRafael Garcia-Suarez2004-08-131-3/+8
|
* - don't use compssUsers anymore, use compssUsers.plPascal Rigaux2004-08-131-30/+29
| | | | | | | | - code to display compssUsers choices is now in compssUsers.pl - {compssUsers} is now a list instead of a hash, and so drop {compssUsersSorted} - rename {compssUsersChoice} to {rpmsrate_flags_chosen} (better name) - i18n_compssUsers is no more needed, add share/compssUsers.pl* to ALLPMS
* Don't ask for the selection of supplementary media in non-interactiveRafael Garcia-Suarez2004-08-131-92/+97
| | | | | installs.