Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow restarting a failed auto_install without rebooting (a la blino) | Pascal Rigaux | 2005-07-01 | 1 | -1/+6 |
| | |||||
* | get rid of $clicked and $ent_number (obsolete) | Pascal Rigaux | 2005-06-06 | 1 | -2/+1 |
| | |||||
* | add some ";", remove some ";", as told by perl_checker | Pascal Rigaux | 2004-11-18 | 1 | -1/+1 |
| | |||||
* | Unneccessary in cooker | Rafael Garcia-Suarez | 2004-10-06 | 1 | -4/+0 |
| | |||||
* | Add a dummy ask_yesorno for autoinstalls | Rafael Garcia-Suarez | 2004-10-05 | 1 | -0/+4 |
| | |||||
* | correctly call errorInStep() | Pascal Rigaux | 2004-08-09 | 1 | -4/+5 |
| | |||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes | ||||
* | display the error | Pascal Rigaux | 2004-01-08 | 1 | -1/+2 |
| | |||||
* | drop field {next} in {steps} since it is duplicated in orderedSteps | Pascal Rigaux | 2003-10-15 | 1 | -1/+1 |
| | | | | | => it allows simpler modification of orderedSteps (as already done in upgrade) for mandrake move | ||||
* | - move call to ->charsetChanged from install_steps_interactive to install_steps | Pascal Rigaux | 2003-09-03 | 1 | -6/+5 |
| | | | | | | so that we can use it in install_steps_auto_install_non_interactive - don't overload ->selectLanguage to call lang::load_console_font(), overload ->charsetChanged instead | ||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -1/+4 |
| | |||||
* | add a formatError | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | perl_checker compliance ("ref" now need parentheses in many case) | Pascal Rigaux | 2003-02-12 | 1 | -2/+2 |
| | |||||
* | language/country selection change: | Guillaume Cottenceau | 2003-02-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | - 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 | ||||
* | adapt to new category network/gigabit (which used to be in network/main) | Pascal Rigaux | 2003-01-30 | 1 | -1/+1 |
| | |||||
* | configureNetwork step must be non-auto otherwise only | Pascal Rigaux | 2003-01-16 | 1 | -1/+2 |
| | | | | | install_steps::configureNetwork is called | ||||
* | move install_steps_auto_install_non_interactive::configureNetwork() to | Pascal Rigaux | 2003-01-15 | 1 | -6/+5 |
| | | | | | | install_steps_auto_install::configureNetwork() as it should be (thanks to Luc Bourdot) | ||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -2/+2 |
| | |||||
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | nice message when rebootNeeded in auto_install (otherwise it reboots without ↵ | Pascal Rigaux | 2002-08-11 | 1 | -0/+7 |
| | | | | prompting) | ||||
* | adapt to new modules.pm | Pascal Rigaux | 2002-07-04 | 1 | -1/+1 |
| | |||||
* | in replay mode, since $o->{interactiveSteps} | Guillaume Cottenceau | 2002-03-07 | 1 | -2/+1 |
| | | | | | | | exists, we can't simply ||= @graphical_steps, we need to push to ensure that the @graphical_steps is always honoured | ||||
* | (enteringStep): do not translate in ja|ko|zh | Pascal Rigaux | 2001-09-15 | 1 | -1/+3 |
| | |||||
* | force exitInstall to be non automatic | Pascal Rigaux | 2001-09-08 | 1 | -1/+1 |
| | |||||
* | don't have formatPartitions interactive by default | Pascal Rigaux | 2001-08-22 | 1 | -1/+1 |
| | |||||
* | a hell lot of cleanup/rewrite: | Pascal Rigaux | 2001-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | * diskdrake_interactive created, diskdrake is now interactive aware * added some documentation about the structure used for partitioning * all_hds now contain the various hds, lvm, raid * cleanup the isLVM, isRAID and alike functions * field {type} in detect_devices is now {media_type} * detect_devices::floppies is now floppies_dev * removed old function prototypes | ||||
* | auto_inst enhancements | Pascal Rigaux | 2001-08-13 | 1 | -30/+36 |
| | |||||
* | initial revision for drakautoinst | Guillaume Cottenceau | 2001-08-13 | 1 | -20/+12 |
| | | | | | | | | | | - put %installSteps in a separate package (steps.pm) (for drakxtools) - use additional fields {auto} and {noauto}, by step, to ease interactive auto install and oem stuff - in install2.pm, perform each step either from the interactive class or from install_steps, according to the {auto} flag - id, tell each step to not try to be automatic if {noauto} - in the install, have auto install bootdisk created in install_any so we can always write a bootdisk (from install_steps) for further use from drakautoinst in standalone - interactive version of install_steps_auto_install is now inheriting from the interactive class, so we can click on a previous automatic step and have it interactively during an interactive auto install | ||||
* | switch to gtk install when interactiveSteps is defined | Pascal Rigaux | 2001-08-05 | 1 | -1/+1 |
| | |||||
* | remove bad prototype | Pascal Rigaux | 2001-07-31 | 1 | -1/+1 |
| | |||||
* | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -1/+1 |
| | |||||
* | fix exit install in graphical auto_install's | Pascal Rigaux | 2001-07-19 | 1 | -3/+2 |
| | |||||
* | based on Michael Brown <mbrown@fensystems.co.uk> patch: | Pascal Rigaux | 2001-07-19 | 1 | -14/+28 |
| | | | | | | - enables graphical steps in auto_installs for more than gtk - various cleanup | ||||
* | (@graphical_steps): add beforeInstallPackages so that advertisings are there | Pascal Rigaux | 2001-03-06 | 1 | -1/+1 |
| | |||||
* | (@graphical_steps): specify which step should be interactive | Pascal Rigaux | 2001-02-23 | 1 | -3/+13 |
| | |||||
* | $graphical is now a module variable. Can be changed from everywhere | Pascal Rigaux | 2001-02-22 | 1 | -3/+1 |
| | |||||
* | (exitInstall): fix message | Pascal Rigaux | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-22 | 1 | -1/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-14 | 1 | -1/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-13 | 1 | -2/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-12 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Francois Pons | 2000-09-06 | 1 | -3/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-05 | 1 | -1/+6 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-04 | 1 | -0/+11 |
| | |||||
* | see changelog. Big changes. | damien | 2000-09-01 | 1 | -1/+4 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-08-30 | 1 | -1/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-08-21 | 1 | -1/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-08-18 | 1 | -1/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-08-06 | 1 | -2/+2 |
| |