A2osX/MAKE/INITBOOT.txt

28 lines
673 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
#
# Default INIT Script for Released 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/INITBOOT