Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 158209 - Add EFIKA support to /etc/inittab (sysvinit)
Summary: Add EFIKA support to /etc/inittab (sysvinit)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-15 05:43 UTC by Chris Gianelloni (RETIRED)
Modified: 2007-02-26 04:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Gianelloni (RETIRED) gentoo-dev 2006-12-15 05:43:55 UTC
This one is also simple.  Since we don't want to enable this everywhere, I've simply added a comment that makes this simple for users.

--- inittab        2006-10-07 12:08:16.000000000 -0400
+++ inittab     2006-12-15 08:35:17.000000000 -0500
@@ -38,6 +38,8 @@
 # SERIAL CONSOLES
 #s0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100
 #s1:12345:respawn:/sbin/agetty 9600 ttyS1 vt100
+# Uncomment the following for EFIKA serial
+#s2:12345:respawn:/sbin/agetty 115200 ttyPSC0 linux
 
 # What to do at the "Three Finger Salute".
 ca:12345:ctrlaltdel:/sbin/shutdown -r now
Comment 1 SpanKY gentoo-dev 2006-12-15 21:56:27 UTC
no, do it in the same style for all other architectures ... there shouldnt even be a comment in there for most systems
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2006-12-16 05:05:14 UTC
You mean like how all PPC64 IBM machines get their serial consoles added with the "ibm" USE flag?  Or do you mean how arm/hppa work and add it for anything PPC?
Comment 3 SpanKY gentoo-dev 2006-12-16 10:14:50 UTC
that's up to you
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2007-02-26 04:34:00 UTC
Cool, added.