Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - explanations | Daouda Lo | 2002-08-15 | 1 | -0/+1 |
| | |||||
* | replace "kill USR1" with "kill 'USR1'" (and same for USR2) | Pascal Rigaux | 2002-08-05 | 1 | -3/+3 |
| | | | | | (so that 'use strict' works) | ||||
* | kill $Log (487 useless lines supressed from drakxtools) | Thierry Vignaud | 2002-08-05 | 1 | -80/+0 |
| | |||||
* | Handle parsing --embedded command line in standalone.pm | Pascal Rigaux | 2002-07-31 | 1 | -2/+5 |
| | | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/ | ||||
* | use $o->{interactiveSteps} instead of ↵ | Pascal Rigaux | 2002-07-30 | 1 | -6/+6 |
| | | | | @install_steps_auto_install::graphical_steps | ||||
* | - Big Move 1: interactive::* hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -1/+4 |
| | |||||
* | corrected HASH and ARRAY label | damien | 2002-03-06 | 1 | -9/+20 |
| | |||||
* | move /root/* files (ddebug.log, install.log, report.bug, | Guillaume Cottenceau | 2002-01-29 | 1 | -1/+6 |
| | | | | | | auto_inst.cfg.pl, replay_install.img) to /root/drakx/, and also save stage1.log there | ||||
* | - write the 'common' part of the 'explanations' stuff, | Guillaume Cottenceau | 2002-01-18 | 1 | -1/+8 |
| | | | | | | | with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations' | ||||
* | removed stupid invocation of _("$_"), is it correct code to change it to $_ ↵ | Francois Pons | 2002-01-08 | 1 | -1/+4 |
| | | | | only ? | ||||
* | typo | damien | 2001-11-05 | 1 | -1/+4 |
| | |||||
* | corrected ref($in) =~ /gtk/ | damien | 2001-10-30 | 1 | -1/+4 |
| | |||||
* | updated | damien | 2001-10-30 | 1 | -1/+4 |
| | |||||
* | progress bar hack | damien | 2001-10-26 | 1 | -6/+10 |
| | |||||
* | simple variables handled, code compression. | damien | 2001-10-25 | 1 | -20/+26 |
| | |||||
* | The new and shiny drakautoinst is coming. P|-|34R | damien | 2001-10-25 | 1 | -16/+19 |
| | |||||
* | The new drakautoinst is coming. P|-|34R | damien | 2001-10-25 | 1 | -4/+237 |
| | |||||
* | have "manual" and "replay" translated | Guillaume Cottenceau | 2001-09-18 | 1 | -2/+5 |
| | |||||
* | Check exisence of "/root/replay_install.img" before anything else ... | Stefan Siegel | 2001-09-14 | 1 | -4/+7 |
| | |||||
* | quit_global | Guillaume Cottenceau | 2001-08-29 | 1 | -1/+4 |
| | |||||
* | require -> use | Guillaume Cottenceau | 2001-08-26 | 1 | -1/+4 |
| | |||||
* | big renaming of ask_from_entries_refH in ask_from and ↵ | Pascal Rigaux | 2001-08-18 | 1 | -4/+7 |
| | | | | ask_from_entries_refH_powered in ask_from_ | ||||
* | ouch! use lib from /usr/lib/libDrakX, rather than from .. | Guillaume Cottenceau | 2001-08-13 | 1 | -1/+4 |
| | |||||
* | initial revision for drakautoinst | Guillaume Cottenceau | 2001-08-13 | 1 | -0/+137 |
- 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 |