summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
Commit message (Expand)AuthorAgeFilesLines
* added $::isInstalldamien2001-03-121-9/+8
* (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
* 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
* (generateAutoInstFloppy): comment old codePascal Rigaux2001-03-061-1/+1
* (summary): fixesPascal Rigaux2001-03-061-4/+4
* (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
* (exitInstall): add generateAutoInstFloppy and g_default_packages calls inPascal Rigaux2001-02-211-7/+16
* major move. now ask_from_list returns false when canceled (it doesn't die 'as...Pascal Rigaux2001-02-201-13/+13
* 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
* add step summary. remove steps configureTimezone and configurePrinter, modify...Pascal Rigaux2001-02-101-17/+54
* 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
* (miscellaneous): remove asking about numlock and hd optimizations,Pascal Rigaux2001-02-071-20/+8
* (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
* 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
* $::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
* (miscellaneous): accept xxxK memsizePascal Rigaux2001-01-091-1/+1
* update code for new ask_from_entries_refH which doesn't handle optional ok/ca...Pascal Rigaux2001-01-071-30/+35
* (selectLanguage, selectKeyboard): use ask_from_entries_refH instead ofPascal Rigaux2001-01-071-10/+11
* 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