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

[PATCH] network-console, micro-evtd-udeb



I have now fixed and tested the micro-evtd udeb.

Version 3.3.3-6+lenny2 [0] has the following functionality
(together with the patch against network-console, attached):

1) Blink the power LED while configuring d-i,
2) set the power LED to solid and beep when login to d-i via
    SSH is possible,
3) queue micro-evtd for installation on supported devices, and
4) Blink the power and info LEDs when the installation has
    finished.


-- Per

[0] http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=micro-evtd
diff --git a/packages/network-console/debian/network-console.postinst b/packages/network-console/debian/network-console.postinst
index e8895d8..6044bc6 100755
--- a/packages/network-console/debian/network-console.postinst
+++ b/packages/network-console/debian/network-console.postinst
@@ -71,9 +71,8 @@ case "$ARCHDETECT" in
 	;;
     arm*/orion5x)
 	# Buffalo devices
-    # TODO: fix this and in micro-evtd-udeb
 	if type micro_evtd.command >/dev/null 2>&1; then
-		micro_evtd.command bz_imhere
+		micro_evtd.command init
 	fi
 	# QNAP devices
 	if type qcommand >/dev/null 2>&1; then

Reply to: