summaryrefslogtreecommitdiffstats
path: root/perl-install/steps.pm
Commit message (Collapse)AuthorAgeFilesLines
* s/__END__/1;Thierry Vignaud2002-08-051-1/+1
|
* kill "wonderful perl"Thierry Vignaud2002-08-051-2/+1
|
* move installUpdates after configureX (workaround for bad timeouts during ↵Pascal Rigaux2002-02-201-1/+1
| | | | installing updates)
* changed installUpdates after summary (to get corrected timezone).Francois Pons2002-01-071-1/+1
|
* added update installation support to install (big modifs need testing).Francois Pons2002-01-041-0/+1
|
* createBootdisk now after setupBootloader (together with dumber ↵Pascal Rigaux2001-12-051-1/+1
| | | | install_any::kernelVersion)
* find error in /tmp/.error only if exception is "xxx failed"Pascal Rigaux2001-09-151-1/+1
|
* new iconsdamien2001-08-281-6/+6
|
* icon correctiondamien2001-08-251-7/+7
|
* auto_inst enhancementsPascal Rigaux2001-08-131-1/+0
|
* initial revision for drakautoinstGuillaume Cottenceau2001-08-131-0/+51
- 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