summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-13 13:29:19 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-13 13:29:19 +0000
commit962730c28c8577b7cdba71d81d67aeff41795a94 (patch)
tree6a900dcb78975daa4ea34344a24fe70750345793
parentbbad44632306278cf59ae176043be1a6870686aa (diff)
downloaddrakx-962730c28c8577b7cdba71d81d67aeff41795a94.tar
drakx-962730c28c8577b7cdba71d81d67aeff41795a94.tar.gz
drakx-962730c28c8577b7cdba71d81d67aeff41795a94.tar.bz2
drakx-962730c28c8577b7cdba71d81d67aeff41795a94.tar.xz
drakx-962730c28c8577b7cdba71d81d67aeff41795a94.zip
really start with first ordered step
-rw-r--r--move/move.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm
index 26ce6a6ce..0556eaecd 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -108,7 +108,8 @@ drakx_stuff:
$o->{steps}{handleMoveKey} = { reachable => 1, text => "Handle Move Key" };
$o->{orderedSteps_orig} = $o->{orderedSteps};
$o->{orderedSteps} = [ qw(setupSCSI handleMoveKey selectLanguage handleI18NClp acceptLicense selectMouse selectKeyboard startMove) ];
-
+ $o->{steps}{first} = $o->{orderedSteps}[0];
+
member($_, @ALLOWED_LANGS) or delete $lang::langs{$_} foreach keys %lang::langs;
}