The following commit has been merged in the master branch:
commit 9a78de4d44462ada61c16c100556ea4aa9a7ba83
Author: Samuel Thibault <[email protected]>
Date: Mon Aug 2 08:59:16 2010 +0200
Add comX to the minimal set
as it'll be needed for serial-port-based d-i
diff --git a/debian/local/setup-translators b/debian/local/setup-translators
index a865f3e..bf25588 100755
--- a/debian/local/setup-translators
+++ b/debian/local/setup-translators
@@ -133,12 +133,12 @@ if [ "$MINIMAL" ]; then
md loopX 0123
md ttyX 1234
md ptypX 0123
+ md comX 0123
else
md loopX 01234567
md ttyX 123456
md ptyp
md ptyq
- md comX 0123
md lprX 0123
st kbd 'symlink cons/kbd' kbd
st mouse 'symlink cons/mouse' mouse
--
Debian GNU Hurd packaging