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

Bug#375499: marked as done (rootskel: Add support for IBM POWER serial console.)



Your message dated Fri, 30 Jun 2006 16:42:31 +0200
with message-id <200606301642.31540.elendil@planet.nl>
and subject line Not an NMU
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: rootskel
Version: 1.32
Severity: important
Tags: d-i, patch


Please find attached a patch, which adds support for detecting the /dev/hvc*
virtual serial consoles on recent IBM POWER machines.

The /dev/ttyS* was added on Bastian Blank's request.

It would be nice if this most trivial of changes could be included before he
beta3 was out.

Friendly,

Sven Luther

-- System Information:
Debian Release: 3.1
Architecture: powerpc (ppc)
Kernel: Linux 2.6.15-1-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Index: debian/changelog
===================================================================
--- debian/changelog	(revision 38393)
+++ debian/changelog	(working copy)
@@ -1,3 +1,9 @@
+rootskel (1.33) UNRELEASED; urgency=low
+
+  * Add /dev/hcv* and /dev/ttyS* as serial terminals.
+
+ -- Sven Luther <luther@debian.org>  Mon, 26 Jun 2006 14:49:19 +0200
+
 rootskel (1.32) unstable; urgency=low
 
   * Don't start bterm when running the gtk frontend.
Index: src/lib/debian-installer/detect-console-linux
===================================================================
--- src/lib/debian-installer/detect-console-linux	(revision 38393)
+++ src/lib/debian-installer/detect-console-linux	(working copy)
@@ -1,6 +1,6 @@
 if [ -z "$TERM_TYPE" ]; then
 	case `readlink /proc/self/fd/0` in
-		/dev/console|/dev/tts/*)
+		/dev/console|/dev/tts/*|/dev/hvc*|/dev/ttyS*)
 			TERM_TYPE=serial
 			;;
 		/dev/vc/*)

--- End Message ---
--- Begin Message ---
Version: 1.33

Not an NMU.

--- End Message ---

Reply to: