summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
Commit message (Collapse)AuthorAgeFilesLines
* fix bug occurring "if no sound card are detected AND the user selected thingsPascal Rigaux2003-02-171-0/+1
| | | | | | needing a sound card, propose a special case for ISA cards" (thanks to guran)
* add a reboot if not enough free space is available for installation or upgrade.Francois Pons2003-02-171-1/+5
|
* ensure $o->{raw_X} is not destroyed when there is no modification donePascal Rigaux2003-02-171-1/+2
| | | | | (since in that case Xconfig::main::configure_everything_or_configure_chooser() returns undef)
* better sound card description in summaryPascal Rigaux2003-02-171-1/+3
|
* handle "not configured" in summary_promptPascal Rigaux2003-02-161-3/+6
|
* add "Security level" in summaryPascal Rigaux2003-02-141-0/+14
|
* - re-indent summary entriesPascal Rigaux2003-02-141-107/+121
| | | | | - add group for summary entries
* (acceptLicense): do translate "Accept" and "Refuse"Pascal Rigaux2003-02-141-1/+1
|
* - add "Services" and "Firewall" in summaryPascal Rigaux2003-02-141-7/+33
| | | | | - rework a little summary & summary_prompt
* use $::prefixPascal Rigaux2003-02-141-1/+1
|
* change order of entries in summaryPascal Rigaux2003-02-141-35/+37
|
* don't allow going back from accept_licenser to select_language, hence allow ↵Guillaume Cottenceau2003-02-131-1/+1
| | | | removing langs images before downloading huge CJK fonts
* - fix calling configureTimezonePascal Rigaux2003-02-131-7/+6
| | | | | - have country before timezone (gc wants it that way...)
* - set_help is deprecatedPascal Rigaux2003-02-131-27/+36
| | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now
* don't use $_total, use $total_ insteadPascal Rigaux2003-02-131-2/+2
|
* rework summary() (esp. to allow a gtk frontend)Pascal Rigaux2003-02-121-87/+130
|
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-121-1/+1
|
* perl checkoGuillaume Cottenceau2003-02-101-1/+1
|
* - more precise message when formatting / fsck'ing / mounting partitionsPascal Rigaux2003-02-101-5/+3
| | | | | - hide passwords (for smb)
* language/country selection change:Guillaume Cottenceau2003-02-081-9/+26
| | | | | | | | | | | | | | | - first install step is selection of your language, in your language; it uses images for that - language->country is probed, the selection of the country is possible if there was a problem, in the Summary step - in the $o big structure, we now use $o->{locale} which contains three keys: lang, country and utf8 - lang.pm has been cleaned and rewritten a bit - keyboard probing now done only on language (because this step is at the beginning of the install) - timezone probing done on country, if use changes country before timezone in the Summary, re-probe timezone accordingly
* (setRootPassword): have the focus on the password fieldPascal Rigaux2003-02-061-0/+1
|
* handle "Previous" on choosePackagesTreePascal Rigaux2003-02-051-1/+1
|
* fix typoPascal Rigaux2003-02-051-1/+1
|
* warn the user when leaving the summary with X non configuredPascal Rigaux2003-02-051-0/+7
|
* Fixed Foomatic installation done by installer.Till Kamppeter2003-02-021-1/+1
|
* fix poulpyPascal Rigaux2003-01-311-1/+1
|
* be sure $o->{netcnx}{type} is set when using easy_dhcpDamien Chaumette2003-01-311-1/+1
|
* add isFat_or_NTFS() and use it where possible instead of isFat() since WindowsPascal Rigaux2003-01-301-1/+1
| | | | | is now using ntfs, not only Windows NT
* fix "Previous" button in warnAboutNaughtyServers, so there is 3 choicesPascal Rigaux2003-01-241-1/+2
| | | | | (Previous, unselect servers, accept :)
* (formatMountPartitions): help perl (otherwise wait_message stays forever in ↵Pascal Rigaux2003-01-231-0/+1
| | | | newt)
* (reallyChooseGroups): remove "Previous" buttonPascal Rigaux2003-01-231-1/+1
|
* (setupSCSI): remove now unused variable $clickedPascal Rigaux2003-01-231-1/+1
|
* (summary): display more nicely the current X config when fbdevPascal Rigaux2003-01-231-3/+2
| | | | | (selectLanguage): no need to handle "Cancel" on language choosing :)
* (setupSCSI): handle calling modules::interactive::load_category inPascal Rigaux2003-01-231-2/+4
| | | | | non-automatic mode when no harddrives are found
* (acceptLicense): use new "interactive" feature to gray "Next" button untilPascal Rigaux2003-01-221-7/+6
| | | | | license is accepted
* simplify easy_dhcp prototypePascal Rigaux2003-01-221-1/+1
|
* perl checker fixes.Francois Pons2003-01-221-1/+1
|
* - remove createBootdisk stepPascal Rigaux2003-01-221-61/+0
| | | | | | - add mkbootdisk option in setupBootloader__general() - move kernelVersion() from install_any to any
* replace "Next" button with "Reboot" at exitInstall stepPascal Rigaux2003-01-211-1/+1
|
* remove or fix some "Previous"Pascal Rigaux2003-01-211-6/+9
|
* (acceptLicense): handle "Previous ->" correctly, and simplify codePascal Rigaux2003-01-211-8/+7
| | | | | (esp. don't set useless_thing_accepted)
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-4/+4
|
* fixed not to ask group instead of individual package selection.Francois Pons2003-01-161-1/+1
|
* new steps window layoutPascal Rigaux2003-01-161-2/+2
|
* ask security level in every installPascal Rigaux2003-01-161-4/+3
|
* do not propose individual package on upgrade.Francois Pons2003-01-161-1/+1
|
* hopefully last titi's bug on getSoundDevices :-(Pascal Rigaux2003-01-161-1/+1
|
* fix typoPascal Rigaux2003-01-151-1/+1
|
* (selectInstallClass): display mandrake release version when listing the ↵Pascal Rigaux2003-01-151-4/+12
| | | | choices of partitions to upgrade
* - factorize snd devices listing in detect_devices::getSoundDevices()Thierry Vignaud2003-01-151-1/+1
| | | | | | | | so that each caller is ppc aware - factorize sound slots configuration into harddrake::sound::configure_sound_slots() so that harddrake service will eventually set them at bootstrapping time