summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* (summary): fix clicked empty handlerPascal Rigaux2001-03-111-3/+3
|
* (choosePackages): moved the log to install2::choosePackages (to have it inPascal Rigaux2001-03-091-2/+0
| | | | | auto_installs too)
* re-add miscellaneous step, but always hidden (aka automatic)Pascal Rigaux2001-03-081-1/+1
|
* * perl-install/any.pm - change in partition_table_mac'xxx syntaxStew Benedict2001-03-071-5/+5
| | | | | | | * perl-install/install_steps_interactive.pm - change in partition_table_mac'xxx syntax * perl-install/partition_table_mac.pm - change in partition_table_mac'xxx syntax
* (generateAutoInstFloppy): comment old codePascal Rigaux2001-03-061-1/+1
|
* (summary): fixesPascal Rigaux2001-03-061-4/+4
| | | | | (setupSCSI): cleanup
* (summary): display sound/tv/isdn cards foundPascal Rigaux2001-03-061-0/+9
|
* (generateAutoInstFloppy): use generate_automatic_stage1_paramsPascal Rigaux2001-03-051-2/+2
|
* *** empty log message ***Stew Benedict2001-03-041-0/+14
|
* cleanupPascal Rigaux2001-03-031-2/+2
|
* (choosePackages): raise the min_markPascal Rigaux2001-03-021-1/+1
|
* (configureServices): services::ask done in expert or if clickedPascal Rigaux2001-02-281-2/+2
|
* (generateAutoInstFloppy): s/ask_warn/ask_okcancel/ for asking floppyPascal Rigaux2001-02-281-1/+1
|
* (configurePrinter): qtcups install_if_requires_satisfied (before kups)Pascal Rigaux2001-02-281-1/+1
|
* (summary): translate mouse descriptionPascal Rigaux2001-02-261-3/+5
|
* (generateAutoInstFloppy): use "timeout 1" for replayPascal Rigaux2001-02-251-1/+1
|
* (setRootPassword): NIS server must be editablePascal Rigaux2001-02-241-1/+1
|
* (exitInstall): ask wether Replay or AutomatedPascal Rigaux2001-02-231-7/+20
| | | | | | (generateAutoInstFloppy): handle $replay flag. It means a 'not fully automated install'. (summary): nicer mouse name
* (exitInstall): add generateAutoInstFloppy and g_default_packages calls inPascal Rigaux2001-02-211-7/+16
| | | | | advanced
* major move. now ask_from_list returns false when canceled (it doesn't die ↵Pascal Rigaux2001-02-201-13/+13
| | | | 'ask_from_list canceled' anymore)
* added png support. Need to test the faces2xpm stuff.damien2001-02-151-3/+3
|
* (summary): better message for i18nPascal Rigaux2001-02-151-1/+1
|
* (selectKeyboard): can be automatic only in non-expertMystery Man 5532001-02-131-1/+1
|
* (configurePrinter): cleanup, pkg_install_if_requires_satisfied('xpp',Mystery Man 5532001-02-121-0/+1
| | | | | | 'kups') only if a printer is configured (for the case when _("Would you like to configure a printer?") is answered no)
* add step summary. remove steps configureTimezone and configurePrinter, ↵Pascal Rigaux2001-02-101-17/+54
| | | | modify selectKeyboard
* configureTimezone doesn't take parameter /etc/sysconfig/clockPascal Rigaux2001-02-091-2/+2
|
* (choosePackages): better fix for getting max install size.Pascal Rigaux2001-02-071-1/+1
|
* (choosePackages): call setSelectedFromCompssList with emptyPascal Rigaux2001-02-071-1/+1
| | | | | compssUsersChoice meaning max
* (miscellaneous): remove asking about numlock and hd optimizations,Pascal Rigaux2001-02-071-20/+8
| | | | | deprecates it (aka don't do anything)
* (choosePackages): don't call chooseSizeToInstall even with expertsPascal Rigaux2001-02-041-1/+1
|
* (selectLanguage): call charsetChangedPascal Rigaux2001-02-031-0/+4
|
* (choosePackagesTree): created, simple ask_many_from_list to choosePascal Rigaux2001-01-311-22/+22
| | | | | | | | | | individual packages (choosePackages): log for debug (choosePackages): don't ask to install in beginner. Max is chosen (setRootPassword): help not based on installClass being server or not (selectInstallClass): remove installClass choice (was normal/devel/server) (chooseGroups): fix for individual package selection flag
* adapt format functions given to ask_from_listf. $_ is no more setPascal Rigaux2001-01-301-1/+1
|
* (choosePartitionsToFormat): fixed horrible bug causing reiserfs partitionsPascal Rigaux2001-01-281-3/+3
| | | | | not to be displayed/asked for formatting. The default value being used.
* $::beginner is deprecated, replaced by !$::expertPascal Rigaux2001-01-221-26/+16
|
* (selectMouse): use ask_from_treelist_Pascal Rigaux2001-01-211-5/+4
|
* fixed unselect group and inoperant individual package selection.Francois Pons2001-01-191-3/+3
|
* removed expert mode and install class.Francois Pons2001-01-191-2/+1
|
* fixed addUser for invocation of any::ask_users.Francois Pons2001-01-121-1/+1
|
* fixed bad invocation of installation of X server.Francois Pons2001-01-121-2/+1
|
* (addUser): fixPascal Rigaux2001-01-111-1/+3
|
* (addUser): use any::ask_usersPascal Rigaux2001-01-111-45/+4
|
* (selectLanguage): many_languages choice moved there as advancedPascal Rigaux2001-01-101-6/+6
|
* (choosePartitionsToFormat): handle "check for bad blocks" as advancedPascal Rigaux2001-01-091-40/+37
| | | | | (setRootPassword): remove choosing non-md5 or non-shadow passwords.
* (miscellaneous): accept xxxK memsizePascal Rigaux2001-01-091-1/+1
|
* update code for new ask_from_entries_refH which doesn't handle optional ↵Pascal Rigaux2001-01-071-30/+35
| | | | | | | ok/cancel names in arg 1. must be handled via ask_from_entries_refH_powered
* (selectLanguage, selectKeyboard): use ask_from_entries_refH instead ofPascal Rigaux2001-01-071-10/+11
| | | | | ask_from_listf_, it enables the use of advanced
* ask_from_entries_refH parameter format has changed so change all accesses to it.Pascal Rigaux2001-01-061-20/+20
|
* move to new ask_from's:Pascal Rigaux2001-01-051-4/+3
| | | | | | | | | | | | - ask_from_entries_ref is deprecated, use ask_from_entries_refH - ask_from_list now calls ask_from_entries_refH_powered still not done: - ask_from_treelist should use ask_from_entries_refH_powered, and lists with no help should use CList (List is bad) - keyboard and mouse binding is still rough - enhance the look
* (setRootPassword): fix pixelizationPascal Rigaux2001-01-041-1/+1
|