A2osX/ETC/INIT.BOOT.txt

26 lines
609 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/SHELL
ECHO *** A2osX INIT Script ***
SET PS1 = '$PWD'
# Main Screens
GETTY /DEV/TTY1 ${ROOT}SBIN/LOGIN &
GETTY /DEV/TTY2 ${ROOT}SBIN/LOGIN &
GETTY /DEV/TTY3 ${ROOT}SBIN/LOGIN &
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
#STARTPROC 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
#STARTPROC TCPIPD
#STARTPROC DHCPCLNT
#STARTPROC TELNETD
ECHO *** End INIT ***
MAN
TEXT ETC/INIT.BOOT