summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* - move some install specific code out of ugtk2.pm into install_gtk.pmPascal Rigaux2005-01-061-0/+28
| | | | | - move some install specific code out of common.pm into install_any.pm
* (migrate_device_names) fix messageThierry Vignaud2005-01-051-1/+1
|
* (migrate_device_names) try to be smarter with translatorsThierry Vignaud2005-01-031-3/+3
|
* no clp is not an errorPascal Rigaux2005-01-031-1/+1
|
* move mdkinst.clp on hard drive ASAPPascal Rigaux2005-01-031-0/+15
| | | | | | => allows multi-cd installs even if the mdkinst.clp was not preloaded => allows to better memory handling during pkgs install (hopefully at least)
* - create set_rpmsrate_category_flags(), ↵Pascal Rigaux2004-12-281-53/+80
| | | | | | | | | set_rpmsrate_default_category_flags(), default_packages(), rpmsrate_always_flags() replacing setDefaultPackages() - create select_default_packages() - apply "always" rpmsrate flags ASAP and skip packages with flag "FALSE" in computeGroupSize() => 30% speed-up
* differentiate compssUsers flags from non-user modifiable flags (eg: hardware ↵Pascal Rigaux2004-12-241-10/+15
| | | | flags)
* don't pass prefix, use $::prefixPascal Rigaux2004-12-211-17/+16
|
* don't pass prefix to network::netconnect::main() (it doesn't use it)Pascal Rigaux2004-12-211-1/+1
|
* don't pass prefix, use $::prefixPascal Rigaux2004-12-211-3/+2
|
* create function detect_devices::BIGMEM() which calls c::dmiDetectMemory(), ↵Pascal Rigaux2004-12-161-1/+1
| | | | | | | but only if we are root (this helps testings install without dying)
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-13/+13
|
* - rename/move install_any::write_pcmcia() as harddrake::autoconf::pcmcia() soThierry Vignaud2004-12-131-12/+0
| | | | | | | that it became availlable for standalone tools - reuse it in harddrake service in order to configure PCMCIA cards
* don't allow partition types we don't know how to format in {partitions} for ↵Pascal Rigaux2004-12-051-1/+5
| | | | auto_installs (eg of bad type: ntfs)
* Warn when failing to mount the supplementary CD-ROMRafael Garcia-Suarez2004-11-301-1/+5
|
* (setDefaultPackages) perl_checker cleanupThierry Vignaud2004-11-301-1/+1
|
* (setDefaultPackages) better support for Toshiba laptops: preloadThierry Vignaud2004-11-291-2/+6
| | | | | | toshiba driver and install toshutils (inspirated from drivers/char/toshiba.c's audit)
* (setDefaultPackages) better support for DELL laptops: preload i8k driverThierry Vignaud2004-11-291-0/+1
|
* better support for DELL laptops (inspirated from drivers/char/i8k.c's audit)Thierry Vignaud2004-11-291-0/+4
|
* We won't have files named compssUsers.pl.<meta_class> since they're allRafael Garcia-Suarez2004-11-261-1/+0
| | | | | merged now.
* we don't use /tmp for devices anymorePascal Rigaux2004-11-251-3/+3
| | | | | (this comes from long ago when redhat code was using a ro /dev and creating other devices in /tmp)
* since we don't use ramdisk but clp, some code is deadPascal Rigaux2004-11-181-49/+0
| | | | | (remove usingRamdisk(), check_prog(), remove_unused()...)
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-6/+6
|
* help perl_checkerPascal Rigaux2004-10-261-2/+2
|
* in upgrade, when we need to migrate device names, we must write the fstabPascal Rigaux2004-10-261-1/+4
|
* remove trailing slashesRafael Garcia-Suarez2004-10-211-0/+1
|
* Repair FTP supplementary media with overriding of rpmsrate and compssUsers.plRafael Garcia-Suarez2004-10-191-2/+7
|
* Installation with a ftp supplementary media (for mini-isos) :Rafael Garcia-Suarez2004-10-191-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 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