summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
Commit message (Collapse)AuthorAgeFilesLines
* - 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)
* Fix bug 13661 : umounting a supplementary CD wasn't done cleanly after failureRafael Garcia-Suarez2005-02-151-2/+7
|
* replace load/save from floppy with using media_browser()Pascal Rigaux2005-02-151-14/+75
|
* - Copy complete $printer structure for installation records (all irrelevantTill Kamppeter2005-02-141-8/+1
| | | | | | was already removed by printer::printerdrake::final_cleanup($printer), called in install_steps_interactive.pm at the end of the "Summary" step.
* Sort media names in recapitulative messageRafael Garcia-Suarez2005-02-111-1/+1
|
* Make an error message more user-friendlyRafael Garcia-Suarez2005-02-091-1/+2
|
* make perl_checko, the little bot, happyRafael Garcia-Suarez2005-02-091-3/+3
|
* Remove "Cancel" button from the supplementary media selection windowRafael Garcia-Suarez2005-02-091-2/+8
|
* fix copy_rpms_on_disksFlorent Villard2005-02-051-4/+14
|
* Better version to install urpmi with copied RPMsRafael Garcia-Suarez2005-02-041-3/+5
|
* Make install_urpmi work when having copied every RPM on diskRafael Garcia-Suarez2005-02-041-0/+1
|
* call hdInstallPath only onceRafael Garcia-Suarez2005-02-041-2/+4
|
* Remove a debug trace, and perl_checker fixesRafael Garcia-Suarez2005-02-041-3/+2
|
* Add support to copy all RPMs to the hard drive before installation.Rafael Garcia-Suarez2005-02-041-42/+41
|
* drakx_version() is now in install_any and use getFile() to get VERSIONPascal Rigaux2005-01-261-1/+6
|
* fix rpmsrate_always_flags() not applied (bugzilla #13177)Pascal Rigaux2005-01-251-1/+1
|
* (default_packages) simplify through ↵Thierry Vignaud2005-01-201-3/+3
| | | | modules::append_to_modules_loaded_at_startup_for_all_kernels()
* (default_packages) handle buggy laptops that're unusable withoutThierry Vignaud2005-01-201-0/+4
| | | | | laoding acerhk module
* auto_install compatibility: CAT_SYSTEM used to be selected by defaultPascal Rigaux2005-01-181-0/+2
|
* move setupFB() in Xconfig, and do it when needed (including when standalone)Pascal Rigaux2005-01-161-13/+0
|
* we don't need the clp read-write (if it is read-only it allows remounting ↵Pascal Rigaux2005-01-121-1/+1
| | | | /mnt ro)
* - 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
|