summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
Commit message (Collapse)AuthorAgeFilesLines
* adapt to new modules.pmPascal Rigaux2002-07-041-5/+5
|
* ensure licence step is asked in any case (ie. even when selectLanguage is ↵Pascal Rigaux2002-06-261-0/+4
| | | | automatic)
* english fixes thx to vincent meyerGuillaume Cottenceau2002-06-031-11/+13
|
* handle "Cancel" on NIS / LDAP server dialog boxPascal Rigaux2002-04-161-2/+2
|
* fix a few english stringsGuillaume Cottenceau2002-04-081-9/+9
|
* - remove obsolete codePascal Rigaux2002-03-151-31/+1
| | | | | - the result is to use directly $availableC instead $size2install which was min($availableC, $max_size)
* search /commercial/i instead of /Application/ before showing the commercial ↵Pascal Rigaux2002-03-111-1/+1
| | | | license
* fixed package tree with a given medium.Francois Pons2002-03-071-5/+3
|
* ensure the fstab is kept on upgradePascal Rigaux2002-03-061-1/+1
|
* small english fixGuillaume Cottenceau2002-02-281-2/+2
|
* ensure a keyboard is only once available, either in advanced or normal, butPascal Rigaux2002-02-271-1/+1
| | | | | not in both (tx2fredl)
* formatAlaTex for congratz msgGuillaume Cottenceau2002-02-271-2/+5
|
* xfs + bootdisk = warning_msgGuillaume Cottenceau2002-02-271-1/+6
|
* if no sound card are detected AND the user selected things needing a sound ↵Pascal Rigaux2002-02-261-1/+17
| | | | card, propose a special case for ISA cards
* sort the list of keyboardsPascal Rigaux2002-02-251-1/+1
|
* more precise location for errata'sGuillaume Cottenceau2002-02-251-1/+3
|
* use the langs chosen to know the keyboards to propose (and not only the main ↵Pascal Rigaux2002-02-241-2/+2
| | | | lang)
* when passwords do not match, focus on first password entry, not the second ↵Pascal Rigaux2002-02-231-1/+1
| | | | (thanks to garrick)
* removed useless _( ) around a string displayed in English onlyPablo Saratxaga2002-02-231-2/+3
|
* not translating in console installs (esp. newt) when the font is missingPascal Rigaux2002-02-221-1/+6
|
* (loadSavePackagesOnFloppy): add a "Cancel" buttonPascal Rigaux2002-02-201-1/+2
|
* Replaced "a4" and "letter" by "A4" and "Letter" so that Foomatic recognizesTill Kamppeter2002-02-191-1/+3
| | | | | | the paper sizes. Also use "Letter" paper for "en_CA" and "fr_CA" locales.
* (setupSCSI): when "clicked", ask "Do you have any SCSI interfaces" insteadPascal Rigaux2002-02-161-1/+1
| | | | | of assuming there is a SCSI interface and asking the driver name
* visually unselect X and docs when minimal installPascal Rigaux2002-01-291-0/+1
|
* fix thanks to chipaux msg about mkbootdiskGuillaume Cottenceau2002-01-291-1/+1
|
* "With X" choice is now workingPascal Rigaux2002-01-291-0/+2
|
* handle "Cancel" on language selectionPascal Rigaux2002-01-291-1/+2
|
* minimal install now handles excludedocsPascal Rigaux2002-01-241-20/+19
|
* cleanup error messages (and fix diskdrake's)Pascal Rigaux2002-01-221-1/+1
|
* better messages for the minimal installsPascal Rigaux2002-01-221-13/+17
|
* fix a few cancel's (reported by slegros)Pascal Rigaux2002-01-221-2/+2
|
* don't ask security level in non-expertPascal Rigaux2002-01-221-1/+3
|
* can't call any::config_libsafe so early during install, move it where msec ↵Pascal Rigaux2002-01-211-3/+0
| | | | is called
* cleanup, update, enhance security level choicePascal Rigaux2002-01-211-10/+5
|
* """ When I choose a / partition smaller than 200 MB, the installationPascal Rigaux2002-01-211-0/+6
| | | | | | | | | | gives me an error message complaining that my system does not have enough free space for the installation, although basesystem install require less than 100 MB. """ up to around 250MB, minimal install is chosen. questions are: base system only, or no X, or normal.
* changed Update -> Upgrade for installation class.Francois Pons2002-01-181-3/+3
|
* even if user cancel update of package on tree, allow urpmi to install the ↵Francois Pons2002-01-181-1/+3
| | | | medium.
* avoid downNetwork as no difference are made between ethernet or ppp.Francois Pons2002-01-181-1/+1
|
* fixed typo.Francois Pons2002-01-181-1/+1
|
* allow cancel when installUpdates.Francois Pons2002-01-181-1/+5
|
* don't drop default_packages in "Base system only"Pascal Rigaux2002-01-161-1/+0
|
* installUpdates: use formatAlaTeXGuillaume Cottenceau2002-01-161-2/+2
|
* cleanupPascal Rigaux2002-01-131-1/+1
|
* english taste inspired by daminette.Francois Pons2002-01-101-1/+1
|
* corrected fpons typodamien2002-01-091-1/+1
|
* avoid asking for minimal install for upgrade.Francois Pons2002-01-091-2/+2
|
* fixed stupid.Francois Pons2002-01-091-1/+1
|
* added minimal type of install support.Francois Pons2002-01-071-37/+42
|
* removed obsoleted comment.Francois Pons2002-01-041-2/+2
|
* allow to use same identifier for security medium (1u).Francois Pons2002-01-041-2/+4
| | | | | | re-install urpmi. allow some error to be catched.