A2osX/MAKE/TDBOOTINIT.txt
2019-12-09 12:23:53 -05:00

28 lines
664 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

NEW
PREFIX
AUTO 4,1
#!/bin/sh
#
# INIT Script for TELNETD Media
#
echo *** A2osX INIT Script ***
# Main Screens
nohup getty /dev/tty1 ${root}sbin/login &
nohup getty /dev/tty2 ${root}sbin/login &
nohup getty /dev/tty3 ${root}sbin/login &
nohup getty /dev/tty4 ${root}sbin/login &
# Serial Login
#insdrv ssc.drv 9600,n,8,1,x
#insdrv ssc.i.drv 9600,n,8,1,x
#nohup getty /dev/com2 ${root}sbin/login
# Network Section
#insdrv uthernet.drv 00:0e:3a:12:34:56
#insdrv lancegs.drv
insdrv uthernet2.drv 00:08:dc:12:34:56
nohup networkd libtcpip &
nohup telnetd &
#NOHUP HTTPD
echo *** End INIT ***
MAN
TEXT /MAKE/USR/SHARE/MAKE/TDBOOTINIT