[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

boot-floppies bug #58563



[Please CC me as I don't subscribe debian-boot]

Hi.

Below is a patch to fix Bug #58563. It's a simple fix: Somebody forgot to
add the portuguese keymap to the keymaps.sh script, and because of that the
installer complained that it could not find the Portuguese keymap. The patch
below should fix that. Please try to add it to the boot-floppies for potato.
It's a simple patch and it would do great to have a portuguese keymap to
start with (well I'm portuguese so... :-)

While on it, when dbootstrap doesn't find a keymap it complains with the
following message:

"Error loading the keymap %s/%s.bmp from /etc/keymaps.tgz"

shouldn't it be:

"Error loading the keymap %s/%s.bmap from /etc/keymaps.tgz"
                                ^^^^
				
Note the diference between .bmp and .bmap. This is just cosmetic, but
nevertheless, I've attached another patch to fix this also.

Thanks,
pmg

-- 
Pedro Guerreiro
Universidade do Algarve (EST), Campus da Penha, 8000 Faro, PORTUGAL
--- keymaps.sh.orig	Thu Mar 30 19:46:34 2000
+++ keymaps.sh	Thu Apr 13 00:21:33 2000
@@ -72,6 +72,7 @@
 	i386/qwerty/jp106.kmap.gz
 	i386/qwerty/no-latin1.kmap.gz
 	i386/qwerty/pl.kmap.gz
+	i386/qwerty/pt-latin1.kmap.gz
 	i386/qwerty/ru.kmap.gz
 	i386/qwerty/se-latin1.kmap.gz
 	i386/qwerty/sk-qwerty.kmap.gz
@@ -114,6 +115,7 @@
 	i386/qwerty/jp106.kmap.gz
 	i386/qwerty/no-latin1.kmap.gz
 	i386/qwerty/pl.kmap.gz
+	i386/qwerty/pt-latin1.kmap.gz
 	i386/qwerty/ru.kmap.gz
 	i386/qwerty/se-latin1.kmap.gz
 	i386/qwertz/slovene.kmap.gz
@@ -143,6 +145,7 @@
 	i386/qwerty/jp106.kmap.gz
 	i386/qwerty/no-latin1.kmap.gz
 	i386/qwerty/pl.kmap.gz
+	i386/qwerty/pt-latin1.kmap.gz
 	i386/qwerty/ru.kmap.gz
 	i386/qwerty/se-latin1.kmap.gz
 	i386/qwertz/slovene.kmap.gz
--- kbdconfig.c.orig	Mon Mar 20 09:13:29 2000
+++ kbdconfig.c	Thu Apr 13 01:31:49 2000
@@ -207,7 +207,7 @@
 #else
 	if ( execlog(prtbuf, LOG_INFO) != 0 ) {
 	  vaproblemBox(_("Keyboard load error"), 
-		       _("Error loading the keymap %s/%s.bmp from /etc/keymaps.tgz"),
+		       _("Error loading the keymap %s/%s.bmap from /etc/keymaps.tgz"),
 		       prefix, choices[rs].tag);
 	  return 1;
 	}

Reply to: