summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
Commit message (Collapse)AuthorAgeFilesLines
* load detected firewire modules during installPascal Rigaux2003-08-201-2/+2
|
* some english typo fixes thx to Arpad BiroGuillaume Cottenceau2003-08-131-1/+1
|
* when any::setupBootloader_simple() fail, use any::setupBootloader() afterwardsPascal Rigaux2003-08-111-2/+6
|
* perl_checker compliancePascal Rigaux2003-08-111-2/+2
|
* use $::prefix instead of passing $prefix to functionsPascal Rigaux2003-08-101-1/+1
|
* more complete name for the setRootPassword step: "Set root password andPascal Rigaux2003-08-031-1/+1
| | | | | network authentication methods" instead of simply "Set root password"
* - move write_smb_conf() from install_any to network::smbPascal Rigaux2003-08-011-36/+6
| | | | | | | | | | | | | | | - rename setAuthentication() to set_authentication() - move the work of set_authentication() from install_any to any - move the per-authentification kind questions from install_steps_interactive::setRootPassword() to any::ask_authentification_parameters() - various cleanup in code prompting authentification questions - call install_any::set_authentication() in install_steps::setRootPassword() instead of waiting for the installPackages step to be done (since setRootPassword occurs *after* packages installation) - don't call set_authentification() in install_steps::addUser() (why was this done there??) => these changes will allow drakauth
* fix typoPascal Rigaux2003-07-301-1/+1
|
* - cleanupPascal Rigaux2003-07-301-4/+5
| | | | | - add pool.ntp.org (and make it the default) (cf bug #4197)
* removed remaining code of eval (eq nop).Francois Pons2003-07-301-1/+0
|
* remove eval around choosePackagesTree as it display something even if it ↵Francois Pons2003-07-301-3/+5
| | | | doesn't run...
* changed "Country" . " / Region" to "Country / Region" and fixed Chinese po'sPablo Saratxaga2003-07-121-1/+1
|
* perl_checker fixesThierry Vignaud2003-05-231-2/+2
|
* change network::netconnect::main signatureDamien Chaumette2003-05-061-1/+1
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-2/+4
|
* fix typos and cleanup syntaxPascal Rigaux2003-04-221-4/+4
|
* new perl_checker compliancePascal Rigaux2003-04-171-3/+3
|
* move harddrake::sound $index param in hash and pass only the hash ref aroundThierry Vignaud2003-04-011-2/+2
| | | | | functions
* hp fixThierry Vignaud2003-03-241-1/+1
|
* fixed typo.Francois Pons2003-03-201-1/+1
|
* add probe for netncx type in case of not already setted.Francois Pons2003-03-201-0/+3
|
* fix for newer kernel module package name.Francois Pons2003-03-121-1/+1
|
* install additional locales package for country according to the locale that ↵Guillaume Cottenceau2003-03-111-1/+1
| | | | will be really used, not according to the default locale for a given country (fixing unecessary installing of locales-de in case of a fr_CH install)
* make perl_checker a happy progPascal Rigaux2003-03-091-1/+1
|
* no "Previous" button when choosing install or upgradePascal Rigaux2003-03-091-8/+10
|
* mask encryption key (using stars)Pascal Rigaux2003-03-071-1/+3
|
* basic encrypt_key handling in upgrade (don't mistype!)Pascal Rigaux2003-03-061-0/+5
|
* dropped allowNVIDIA_rpmsFrancois Pons2003-03-061-1/+1
|
* let fix #2244, #2245, #2730Thierry Vignaud2003-03-061-1/+4
|
* - (getTVcards, isTVcard) : consolidate tv detection codeThierry Vignaud2003-03-051-1/+1
| | | | | | - no need to keep capture buffer (not a big slow down but small rivers make big ones...)
* fix typoPascal Rigaux2003-03-041-4/+3
|
* add some explaination for translatorsPascal Rigaux2003-03-031-1/+4
|
* translate _bootloader_ on _device_Pascal Rigaux2003-03-031-1/+1
|
* translate mouse namesPascal Rigaux2003-03-031-2/+2
|
* The generation of the "Summary" button for printer configuration created a ↵Till Kamppeter2003-03-011-2/+5
| | | | blank entry in the $o->{printer}{configures} hash which lead to a blank menu entry in the main menu of printerdrake. This is fixed now.
* ensure the $::expert flag in netconnect doesn't propagate to the rest of thePascal Rigaux2003-02-281-0/+1
| | | | | install
* added mirror url not given.Francois Pons2003-02-271-1/+1
|
* fixed small typo.Francois Pons2003-02-271-1/+1
|
* added cancel button.Francois Pons2003-02-271-6/+9
|
* fixed message displayed.Francois Pons2003-02-271-1/+1
|
* added dialog more precisely.Francois Pons2003-02-271-1/+1
|
* added message box in case of error.Francois Pons2003-02-271-1/+1
|
* moved type detection code to network.Francois Pons2003-02-261-4/+1
|
* allow neuneus to quit install at license step (esp. for Ann & Warly's father)Pascal Rigaux2003-02-241-1/+6
|
* Fixed bug of printerdrake loosing the printer queue info during theTill Kamppeter2003-02-231-5/+18
| | | | | | | preparation of the "Summary" window (only if there are local printers). No the printer queue entries should not be empty when clicking on "Configure" in the "Printer" part of the "Summary" window.
* "Generate auto install floppy" and "Save packages selection" are now ↵Pascal Rigaux2003-02-211-4/+2
| | | | available in advanced
* oops i didn't understand the internals of wait_message hence breaking it. ↵Guillaume Cottenceau2003-02-201-4/+4
| | | | hopes that will fix.
* added wait message when building groups.Francois Pons2003-02-201-0/+3
|
* install the potentially needed locales country when user selectedGuillaume Cottenceau2003-02-201-0/+1
| | | | | another country
* Gtk2::Label::set is deprecatedGuillaume Cottenceau2003-02-201-4/+4
|