summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakautoinst
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-08-05 10:02:49 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-08-05 10:02:49 +0000
commitb096f5f83821eb24c28423f402866002a8f0ddac (patch)
treec75865f09a1f4cdd3830eb5cb8ee132d6b660c63 /perl-install/standalone/drakautoinst
parent9661f99ef3287f6ebb3e08b4242aebde1c804d49 (diff)
downloaddrakx-b096f5f83821eb24c28423f402866002a8f0ddac.tar
drakx-b096f5f83821eb24c28423f402866002a8f0ddac.tar.gz
drakx-b096f5f83821eb24c28423f402866002a8f0ddac.tar.bz2
drakx-b096f5f83821eb24c28423f402866002a8f0ddac.tar.xz
drakx-b096f5f83821eb24c28423f402866002a8f0ddac.zip
kill $Log (487 useless lines supressed from drakxtools)
Diffstat (limited to 'perl-install/standalone/drakautoinst')
-rwxr-xr-xperl-install/standalone/drakautoinst80
1 files changed, 0 insertions, 80 deletions
diff --git a/perl-install/standalone/drakautoinst b/perl-install/standalone/drakautoinst
index f14951399..dc18dfca8 100755
--- a/perl-install/standalone/drakautoinst
+++ b/perl-install/standalone/drakautoinst
@@ -360,83 +360,3 @@ sub control_buttons {
)
)
}
-
-#-------------------------------------------------
-#- $Log$
-#- Revision 1.21 2002/07/31 23:10:55 prigaux
-#- Handle parsing --embedded command line in standalone.pm
-#- => allows to remove the somewhat mythical
-#- $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
-#-
-#- Revision 1.20 2002/07/30 09:57:11 prigaux
-#- use $o->{interactiveSteps} instead of @install_steps_auto_install::graphical_steps
-#-
-#- Revision 1.19 2002/07/23 10:35:55 tvignaud
-#- - Big Move 1: interactive::* hierarchy
-#-
-#- Revision 1.18 2002/03/06 20:17:51 damien
-#- corrected HASH and ARRAY label
-#-
-#- Revision 1.17 2002/01/29 22:38:31 gc
-#- move /root/* files (ddebug.log, install.log, report.bug,
-#- auto_inst.cfg.pl, replay_install.img) to /root/drakx/,
-#- and also save stage1.log there
-#-
-#- Revision 1.16 2002/01/18 20:22:20 gc
-#- - write the 'common' part of the 'explanations' stuff,
-#- with nice help from Pixel for the tough Perl part
-#- - move 'use standalone' up in all standalone apps,
-#- to comply to 'explanations'
-#-
-#- Revision 1.15 2002/01/08 10:21:15 fpons
-#- removed stupid invocation of _("$_"), is it correct code to change it to $_ only ?
-#-
-#- Revision 1.14 2001/11/05 16:07:21 damien
-#- typo
-#-
-#- Revision 1.13 2001/10/30 20:11:31 damien
-#- corrected ref($in) =~ /gtk/
-#-
-#- Revision 1.12 2001/10/30 17:00:05 damien
-#- updated
-#-
-#- Revision 1.11 2001/10/26 13:45:11 damien
-#- progress bar hack
-#-
-#- Revision 1.10 2001/10/25 11:59:58 damien
-#- simple variables handled, code compression.
-#-
-#- Revision 1.9 2001/10/25 11:17:03 damien
-#- The new and shiny drakautoinst is coming. P|-|34R
-#-
-#- Revision 1.8 2001/10/25 02:18:24 damien
-#- The new drakautoinst is coming. P|-|34R
-#-
-#- Revision 1.7 2001/09/18 17:35:50 gc
-#- have "manual" and "replay" translated
-#-
-#- Revision 1.6 2001/09/14 17:30:23 siegel
-#- Check exisence of "/root/replay_install.img" before anything else ...
-#-
-#- Revision 1.5 2001/08/29 21:58:24 gc
-#- quit_global
-#-
-#- Revision 1.4 2001/08/26 14:34:10 gc
-#- require -> use
-#-
-#- Revision 1.3 2001/08/18 17:52:21 prigaux
-#- big renaming of ask_from_entries_refH in ask_from and ask_from_entries_refH_powered in ask_from_
-#-
-#- Revision 1.2 2001/08/13 19:08:27 gc
-#- ouch! use lib from /usr/lib/libDrakX, rather than from ..
-#-
-#- Revision 1.1 2001/08/13 19:06:50 gc
-#- initial revision for drakautoinst
-#- - 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
-#-
-#-