From 44119a22a9d8c5afb530c03fd554a9b7505c566d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 12 Aug 2002 20:43:00 +0000 Subject: - fix reading previous keyboard config on upgrade (for displaying in summary) - ensure keyboard and mouse configuration are not overwritten if not explictly modified on upgrade - propagate pci=xxx at install to bootloader (since "pci=bios,biosirq" is needed on some box, see http://islay.dyndns.org/taz/index.html for more) --- perl-install/keyboard.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/keyboard.pm') diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index d5f3ce3e0..6130f3c17 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -446,8 +446,9 @@ sub setup { sub write { my ($keyboard) = @_; - $keyboard = { %$keyboard }; + log::l("keyboard::write $keyboard->{KEYBOARD}"); + $keyboard = { %$keyboard }; delete $keyboard->{unsafe}; $keyboard->{KEYTABLE} = keyboard2kmap($keyboard); -- cgit v1.2.1