Op 01-11-2006 om 20:07 schreef Eric Valette:
> 
> The patch that solved the infinite loop trying to load evdev and that is
> referenced by the script is there
> 
> <http://eric.valette.free.fr/patch-debian-installer>
> 
> Comments welcome.

The patch
--- S61mouse-support-x86        2006-10-31 23:54:04.000000000 +0100
+++ S61mouse-support-x86.new    2006-11-01 01:13:25.000000000 +0100
@@ -1,4 +1,4 @@
 if [ "$DEBIAN_FRONTEND" = gtk ] ; then
-    modprobe evdev
-    modprobe psmouse
+    modprobe -q evdev || true
+    modprobe -q psmouse || true
 fi


looks good, it is something I would apply,

|[EMAIL PROTECTED]:/usr/src/debian-installer
|$ find . -name S61mouse-support-x86
|./packages/rootskel-gtk/src/lib/debian-installer.d/S61mouse-support-x86
|[EMAIL PROTECTED]:/usr/src/debian-installer
|$ cd packages/rootskel-gtk/src/lib/debian-installer.d
|[EMAIL 
PROTECTED]:/usr/src/debian-installer/packages/rootskel-gtk/src/lib/debian-installer.d
|$ 

but I encounter

|[EMAIL 
PROTECTED]:/usr/src/debian-installer/packages/rootskel-gtk/src/lib/debian-installer.d
|$ svn update
|Alioth undergoing migration:
|http://lists.debian.org/debian-devel-announce/2006/10/msg00025.html
|svn: Connection closed unexpectedly
|[EMAIL 
PROTECTED]:/usr/src/debian-installer/packages/rootskel-gtk/src/lib/debian-installer.d
|$

Which mean that I can't apply it.


Help is welcome,
Geert Stappers


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to