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

Re: PPC boot-floppy building



Maybe we can get ppc cleaned up!

For the time being I just commented out mac-de-latin1-nodeadkeys.kmap.gz in
keymaps.sh. I didn't see any good solution for what looked like a missing
maintainer. (It doesn't look like he's doing anything upstream either.)

The __KERNEL__ definition comes straight from the kernel source, so I don't see
a way around it.

I couldn't find debootstrap in either unstable or woody, so I built the deb by
hand. The following patch will fix the Makefile, letting debootstrap build. I
sent it to AJ, so hopefully we'll see deboostrap showing up for ppc.

Good luck,

Stephen


--- Makefile   Sat Mar 24 22:58:53 2001
+++ ../Makefile     Thu Apr 12 15:20:32 2001
@@ -44,20 +44,21 @@
 #   cf bug#87854
 #   For 2.2.18pre21 and on, we need the new input layer's devices.
 #   This ought to be extra stuff in the MAKEDEV call, but can't be yet.
-    mkdir dev/input
-    mknod dev/input/js0 c 13 0
-    mknod dev/input/js1 c 13 1
-    mknod dev/input/js2 c 13 2
-    mknod dev/input/js3 c 13 3
-    mknod dev/input/mouse0 c 13 32
-    mknod dev/input/mouse1 c 13 33
-    mknod dev/input/mouse2 c 13 34
-    mknod dev/input/mouse3 c 13 35
-    mknod dev/input/mice c 13 63
-    mknod dev/input/event0 c 13 64
-    mknod dev/input/event1 c 13 65
-    mknod dev/input/event2 c 13 66
-    mknod dev/input/event3 c 13 67
+#   makedev 2.3.1-52 fixes bug 87854 for PPC (only)
+#   mkdir dev/input
+#   mknod dev/input/js0 c 13 0
+#   mknod dev/input/js1 c 13 1
+#   mknod dev/input/js2 c 13 2
+#   mknod dev/input/js3 c 13 3
+#   mknod dev/input/mouse0 c 13 32
+#   mknod dev/input/mouse1 c 13 33
+#   mknod dev/input/mouse2 c 13 34
+#   mknod dev/input/mouse3 c 13 35
+#   mknod dev/input/mice c 13 63
+#   mknod dev/input/event0 c 13 64
+#   mknod dev/input/event1 c 13 65
+#   mknod dev/input/event2 c 13 66
+#   mknod dev/input/event3 c 13 67
 #   Maybe remove amiga/atari mice also? What about usbmouse?
     rm -f dev/adbmouse
     ln -s input/mice dev/mouse
--
Stephen R. Marenka
<Stephen_R_Marenka@raytheon.com>




Reply to: