summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
Commit message (Expand)AuthorAgeFilesLines
...
* fix selecting "other" keyboard when @best <= 1Pascal Rigaux2005-01-051-1/+1
* move and rename network::ethernet::get_eth_categories() into list_modules::et...Pascal Rigaux2005-01-031-1/+1
* when computing group size, select CAT_SYSTEM packagesPascal Rigaux2004-12-291-1/+1
* - create set_rpmsrate_category_flags(), set_rpmsrate_default_category_flags()...Pascal Rigaux2004-12-281-4/+1
* differentiate compssUsers flags from non-user modifiable flags (eg: hardware ...Pascal Rigaux2004-12-241-18/+17
* no need to use max_size, no need to compute itPascal Rigaux2004-12-221-12/+4
* don't pass prefix, use $::prefixPascal Rigaux2004-12-211-3/+3
* don't pass prefix to network::netconnect::main() (it doesn't use it)Pascal Rigaux2004-12-211-2/+2
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-5/+5
* look for yenta_socket in pci_probe too (nb: ldetect pci_probe has a special r...Pascal Rigaux2004-12-071-1/+1
* - move some functions from any.pm to authentication.pmPascal Rigaux2004-11-301-24/+1
* - drop oem & recovery code (which was broken)Pascal Rigaux2004-11-291-6/+4
* since we don't use ramdisk but clp, some code is deadPascal Rigaux2004-11-181-11/+1
* add some ";", remove some ";", as told by perl_checkerPascal Rigaux2004-11-181-5/+5
* fix indentationPascal Rigaux2004-11-171-5/+8
* - special bootstrap partition warning for IBM mac_generationPascal Rigaux2004-11-151-19/+26
* no "auto install floppy" on ppcPascal Rigaux2004-11-121-2/+3
* in upgrade, when we need to migrate device names, we must write the fstabPascal Rigaux2004-10-261-1/+1
* This deserves an explanationRafael Garcia-Suarez2004-10-191-0/+1
* Installation with a ftp supplementary media (for mini-isos) :Rafael Garcia-Suarez2004-10-191-3/+5
* make perl_checker happyPascal Rigaux2004-10-131-1/+1
* don't ask the security level in firewire meta_classPascal Rigaux2004-10-131-1/+1
* for meta_class firewall, call the general netconnect functionPascal Rigaux2004-10-051-3/+9
* don't warnAboutNaughtyServers if meta_class is firewallPascal Rigaux2004-10-051-1/+1
* (configureNetwork) load only ethernet modules before easy_dhcp (thisOlivier Blin2004-10-031-1/+2
* only allow Active Directory for the corporate productPascal Rigaux2004-09-301-1/+1
* - make printer::printerdrake::install_spooler() work with an optional $inPascal Rigaux2004-09-281-1/+1
* oops, i missed a ->cleanupPrinter here. inline it here tooPascal Rigaux2004-09-241-1/+6
* install_steps must not call a method only defined in install_steps_interactiv...Pascal Rigaux2004-09-241-9/+0
* - add field {part_number} for partitionsPascal Rigaux2004-09-201-1/+1
* (configureNetwork) load all network modules before networkOlivier Blin2004-09-141-0/+1
* The "choose an update mirror" screen was launched without notice whenRafael Garcia-Suarez2004-09-131-0/+1
* Ability to choose from the mirror list when assing an ftp supplementaryRafael Garcia-Suarez2004-09-131-1/+31
* add button "Release Notes" in the acceptLicense dialog boxPascal Rigaux2004-09-101-0/+1
* minor fix in last patchRafael Garcia-Suarez2004-09-091-1/+3
* Re-read all hdlists in reverse order when there are supplementary media.Rafael Garcia-Suarez2004-09-091-1/+1
* Fix regexpRafael Garcia-Suarez2004-09-091-1/+1
* Don't suggest lost+found as a user name (bug #11298)Rafael Garcia-Suarez2004-09-081-1/+1
* drop lang::write()'s prefix parameter in favor of $::prefix (which was alread...Thierry Vignaud2004-09-061-1/+1
* - don't prompt package groups selection when the available size is 200MB (ins...Pascal Rigaux2004-09-061-2/+2
* (setupSCSI) load modularized PATA drivers tooThierry Vignaud2004-09-031-2/+2
* Support for unselecting some media before the install (begin.)Rafael Garcia-Suarez2004-08-311-0/+4
* no space before a question mark in EnglishPablo Saratxaga2004-08-231-1/+1
* - any::setupBootloader() used to call bootloader::install() whereas install_s...Pascal Rigaux2004-08-181-17/+5
* $::corporate is deadPascal Rigaux2004-08-171-2/+2
* get release_notes at beginning of install_steps_interactive::acceptLicense(),...Pascal Rigaux2004-08-171-0/+7
* alsaconf is in alsa-utils package (bug 10358)Olivier Blin2004-08-161-1/+1
* - don't use compssUsers anymore, use compssUsers.plPascal Rigaux2004-08-131-32/+27
* Don't ask for the selection of supplementary media in non-interactiveRafael Garcia-Suarez2004-08-131-0/+5
* basic code for upgrading from a redhat distributionPascal Rigaux2004-08-051-1/+1