Usermode/Filesystem - inittab: Added telnet server as a daemon
authorJohn Hodge <[email protected]>
Fri, 26 Apr 2013 05:41:24 +0000 (13:41 +0800)
committerJohn Hodge <[email protected]>
Fri, 26 Apr 2013 05:41:24 +0000 (13:41 +0800)
Usermode/Filesystem/Conf/inittab

index cf07584..98b7bbe 100644 (file)
@@ -1,8 +1,10 @@
 exec /Acess/SBin/dhcpc
 
+daemon /Devices/null /Devices/null /Acess/SBin/telnetd
+
 ktty 0 /Acess/SBin/login
 ktty 1 /Acess/SBin/login
-stty serial/0 /Acess/SBin/login
+stty serial/0 8N1b115200 /Acess/SBin/login
 
 
 # vim: ft=text

UCC git Repository :: git.ucc.asn.au