summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakautoinst
Commit message (Collapse)AuthorAgeFilesLines
* perl_checker fixesThierry Vignaud2003-01-161-13/+14
|
* "je n'en veux + de cette engeance" (c) pixel :Thierry Vignaud2003-01-161-1/+1
| | | | | | make explanations provided by log and not anymore by standalone, thus preventing using standalone in drakx (which is bad)
* use ->method syntax for method callPascal Rigaux2002-12-161-1/+1
|
* minimal perl_checker fixes to have only warningsPascal Rigaux2002-12-101-2/+2
|
* use gtkflush()Thierry Vignaud2002-12-051-1/+1
|
* gtk+2 portThierry Vignaud2002-12-051-39/+37
|
* use ask_warn when I should, and remove a one year old debug statement (???)Guillaume Cottenceau2002-11-211-3/+2
|
* - standalone.pm :Thierry Vignaud2002-11-181-2/+0
| | | | | | | | | | | o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option
* update copyright yearsThierry Vignaud2002-11-181-1/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-22/+22
| | | | | | | | | | | | | | | | | | | 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!
* fixe explanation useThierry Vignaud2002-08-251-1/+1
|
* - explanationsDaouda Lo2002-08-151-0/+1
|
* replace "kill USR1" with "kill 'USR1'" (and same for USR2)Pascal Rigaux2002-08-051-3/+3
| | | | | (so that 'use strict' works)
* kill $Log (487 useless lines supressed from drakxtools)Thierry Vignaud2002-08-051-80/+0
|
* Handle parsing --embedded command line in standalone.pmPascal Rigaux2002-07-311-2/+5
| | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
* use $o->{interactiveSteps} instead of ↵Pascal Rigaux2002-07-301-6/+6
| | | | @install_steps_auto_install::graphical_steps
* - Big Move 1: interactive::* hierarchyThierry Vignaud2002-07-231-1/+4
|
* corrected HASH and ARRAY labeldamien2002-03-061-9/+20
|
* move /root/* files (ddebug.log, install.log, report.bug,Guillaume Cottenceau2002-01-291-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 Cottenceau2002-01-181-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 Pons2002-01-081-1/+4
| | | | only ?
* typodamien2001-11-051-1/+4
|
* corrected ref($in) =~ /gtk/damien2001-10-301-1/+4
|
* updateddamien2001-10-301-1/+4
|
* progress bar hackdamien2001-10-261-6/+10
|
* simple variables handled, code compression.damien2001-10-251-20/+26
|
* The new and shiny drakautoinst is coming. P|-|34Rdamien2001-10-251-16/+19
|
* The new drakautoinst is coming. P|-|34Rdamien2001-10-251-4/+237
|
* have "manual" and "replay" translatedGuillaume Cottenceau2001-09-181-2/+5
|
* Check exisence of "/root/replay_install.img" before anything else ...Stefan Siegel2001-09-141-4/+7
|
* quit_globalGuillaume Cottenceau2001-08-291-1/+4
|
* require -> useGuillaume Cottenceau2001-08-261-1/+4
|
* big renaming of ask_from_entries_refH in ask_from and ↵Pascal Rigaux2001-08-181-4/+7
| | | | ask_from_entries_refH_powered in ask_from_
* ouch! use lib from /usr/lib/libDrakX, rather than from ..Guillaume Cottenceau2001-08-131-1/+4
|
* initial revision for drakautoinstGuillaume Cottenceau2001-08-131-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