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

Re: PPC boot-floppy building



>Stephen_R_Marenka@raytheon.com writes:

>> Interestingly, dbootstrap/kbdconfig.c already has this
>> commented out for PPC,
>> but not for m68k. Should I send a patch to comment it
>> out in keymaps.sh and for m68k?

> Sure.  It should be in sync.

>> It also occurs in dbootstrap/langs/german.src, but I'm
>> not really sure what to do about that.

> Maybe put in a comment that there might be trouble using that keymap on ppc
and m68k please.

I'm skipping m68k since I'm not in a position to test it right now. Here's the
patch.

Thanks,

Stephen

? keymaps.patch
Index: keymaps.sh
===================================================================
RCS file: /cvs/debian-boot/boot-floppies/keymaps.sh,v
retrieving revision 1.57
diff -u -u -r1.57 keymaps.sh
--- keymaps.sh 2001/03/27 08:44:38 1.57
+++ keymaps.sh 2001/04/13 15:26:49
@@ -79,8 +79,9 @@
     i386/qwertz/slovene.kmap.gz
     mac/mac-fr2-ext.kmap.gz
     mac/mac-us-ext.kmap.gz
-    mac/mac-us-std.kmap.gz
-        mac/mac-de-latin1-nodeadkeys.kmap.gz"
+    mac/mac-us-std.kmap.gz"
+# Broken in console-data see bts#50588
+#        mac/mac-de-latin1-nodeadkeys.kmap.gz"
     ;;
     sparc)
     export keymaps="sun/sunkeymap.kmap.gz
Index: utilities/dbootstrap/kbdconfig.c
===================================================================
RCS file: /cvs/debian-boot/boot-floppies/utilities/dbootstrap/kbdconfig.c,v
retrieving revision 1.49
diff -u -u -r1.49 kbdconfig.c
--- utilities/dbootstrap/kbdconfig.c     2001/02/13 08:05:43      1.49
+++ utilities/dbootstrap/kbdconfig.c     2001/04/13 15:26:50
@@ -81,8 +81,9 @@
     { "mac-us-std",      "U.S. English (Mac, 82 keys)"     , KBD_C},
     { "mac-fr2-ext",     "France (Mac, extended kbd)"      , KBD_fr_FR},
 # if 0
-    /* Not currently available? */
+/* mac-de-latin1-nodeadkeys is broken in console-data per bts#50588 */
     { "mac-de-latin1-nodeadkeys",    "Germany (Mac)"       , KBD_de_DE},
+    /* Not currently available? */
     { "mac-de2-ext",     "Germany (Mac, extended kbd)"     , 0},
     { "mac-fr3",         "France (Mac, alternate)"         , 0},
 # endif

--
Stephen R. Marenka
<Stephen_R_Marenka@raytheon.com>




Reply to: