summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Don't ask for the selection of supplementary media in non-interactiveRafael Garcia-Suarez2004-08-131-92/+97
* First stab at supporting several hdlists on a supplementary CDRafael Garcia-Suarez2004-08-121-20/+24
* Support for ftp supplementary mediaRafael Garcia-Suarez2004-08-111-3/+10
* Restore ability to have supplementary http media.Rafael Garcia-Suarez2004-08-111-7/+2
* Fix http installs.Rafael Garcia-Suarez2004-08-111-3/+2
* perl_checker compliancePascal Rigaux2004-08-111-3/+3
* Misleading commentRafael Garcia-Suarez2004-08-111-1/+1
* URLPREFIX is not set if the main media isn't http, so the prefix must beRafael Garcia-Suarez2004-08-101-3/+3
* install_urpmi(): set up the right with_hdlist for urpmi.cfgRafael Garcia-Suarez2004-08-101-1/+4
* Back to first medium after having added a supplementary one.Rafael Garcia-Suarez2004-08-101-3/+8
* Select supplementary mediumRafael Garcia-Suarez2004-08-091-0/+6
* Begin the support for installations over multiple media.Rafael Garcia-Suarez2004-08-091-42/+85
* add hint about ala LaTeX strings for translatorsThierry Vignaud2004-08-091-2/+6
* use new ISO images volume name (#10543)Olivier Blin2004-08-091-1/+2
* fix regexp (do not strip paths ending in .*iso)Olivier Blin2004-08-091-1/+1
* fix typoPascal Rigaux2004-08-091-1/+1
* - fix unlockCdrom()Pascal Rigaux2004-08-091-17/+15
* - switch to mdadm (instead of raidtools)Pascal Rigaux2004-08-081-1/+1
* basic code for upgrading from a redhat distributionPascal Rigaux2004-08-051-2/+2
* write auto_inst.cfg after making room on the floppy imagePascal Rigaux2004-08-051-6/+6
* make room on replay/auto_install floppy image before doing anythingPascal Rigaux2004-08-051-1/+3
* when replaying, overwrite boot.msg with an empty message to win some spacePascal Rigaux2004-08-051-2/+2
* adapt to bootloader functions now using all_hds instead of hdsPascal Rigaux2004-08-051-1/+1
* fix backward compatibility {type} field in partitions and manualFstabPascal Rigaux2004-08-051-2/+6
* A small variable renaming: use $medium for hashes and $medium_name for stringsRafael Garcia-Suarez2004-08-031-13/+13
* many functions in fsedit don't modify anything, they are simply accessors.Pascal Rigaux2004-08-031-5/+4
* - move package_needed_for_partition_type() from fsedit to fs::formatPascal Rigaux2004-08-021-1/+1
* don't set mount point /mnt/windows for removable devicesPascal Rigaux2004-07-281-1/+1
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-271-6/+8
* adapt to new directories layout:Pascal Rigaux2004-07-261-11/+11
* replace pt_type2name($part->{pt_type}) with part2name($part)Pascal Rigaux2004-07-231-1/+1
* - %modules::conf is no more a global, so many functions need passing $modules...Pascal Rigaux2004-07-211-4/+4
* remove unneeded returnOlivier Blin2004-07-141-1/+1
* automatically detect which media are available in install from ISO imagesOlivier Blin2004-07-141-7/+15
* - create X_options_from_o() and use itPascal Rigaux2004-07-081-0/+8
* - move configure_pcmcia() and write_pcmcia() out of modules.pm to install_any.pmPascal Rigaux2004-07-071-0/+39
* allow medium change in nfs-iso installOlivier Blin2004-07-051-1/+1
* big renaming of field {type} to {pt_type},Pascal Rigaux2004-07-051-3/+9