summaryrefslogtreecommitdiffstats
path: root/perl-install/install/install2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-24 21:33:17 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-24 21:33:17 +0000
commitcec029e4e802c3f73a426c13144edd7d58a96b4a (patch)
treedce42e35fc7d8bae731bbfc16b8a39cbc23de31e /perl-install/install/install2.pm
parent41a734bc6e663894da6983cc2f0bf7ef3a98a4a7 (diff)
downloaddrakx-cec029e4e802c3f73a426c13144edd7d58a96b4a.tar
drakx-cec029e4e802c3f73a426c13144edd7d58a96b4a.tar.gz
drakx-cec029e4e802c3f73a426c13144edd7d58a96b4a.tar.bz2
drakx-cec029e4e802c3f73a426c13144edd7d58a96b4a.tar.xz
drakx-cec029e4e802c3f73a426c13144edd7d58a96b4a.zip
drop globetrotter support (unused for quite a long time and superceeded by Mdv One)
we should just drop Mdv Move code btw...
Diffstat (limited to 'perl-install/install/install2.pm')
-rw-r--r--perl-install/install/install2.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm
index dbd75a8f2..93c0029eb 100644
--- a/perl-install/install/install2.pm
+++ b/perl-install/install/install2.pm
@@ -378,7 +378,6 @@ sub main {
nomouseprobe => sub { $o->{nomouseprobe} = $v },
updatemodules => sub { $o->{updatemodules} = 1 },
move => sub { $::move = 1 },
- globetrotter => sub { $::move = 1; $::globetrotter = 1 },
suppl => sub { $o->{supplmedia} = 1 },
askmedia => sub { $o->{askmedia} = 1 },
}}{lc $n}; &$f if $f;
@@ -582,7 +581,7 @@ sub main {
}
$::o = $o = $o_;
- eval { output('/proc/splash', "verbose\n") } if !$::globetrotter;
+ eval { output('/proc/splash', "verbose\n") };
#-the main cycle
MAIN: for ($o->{step} = $o->{steps}{first};; $o->{step} = getNextStep($o)) {