Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - 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 |