diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-01 21:33:36 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-01 21:33:36 +0000 |
commit | 0508c245d6af8df37d215794149b7d382011cb77 (patch) | |
tree | 2f69ed98406a6e8caf536dbecf2ded6de4e5f272 /perl-install | |
parent | e1130f80522c658c0416937b9b7c51c4ea72a4e7 (diff) | |
download | drakx-backup-do-not-use-0508c245d6af8df37d215794149b7d382011cb77.tar drakx-backup-do-not-use-0508c245d6af8df37d215794149b7d382011cb77.tar.gz drakx-backup-do-not-use-0508c245d6af8df37d215794149b7d382011cb77.tar.bz2 drakx-backup-do-not-use-0508c245d6af8df37d215794149b7d382011cb77.tar.xz drakx-backup-do-not-use-0508c245d6af8df37d215794149b7d382011cb77.zip |
drop keyboard unsafe when not unsafe anymore
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index b80f0d7f4..9ea6bafe5 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -220,6 +220,7 @@ sub selectKeyboard { list => [ difference2([ keyboard::KEYBOARDs() ], \@best) ], advanced => @best > 1 } ]); $o->{keyboard}{KEYBOARD} = $other ? $ext_keyboard : $KEYBOARD; + delete $o->{keyboard}{unsafe}; } any::keyboard_group_toggle_choose($o, $o->{keyboard}) or goto &selectKeyboard; install_steps::selectKeyboard($o); |