A2osX/MAKE/INITBOOT.txt
2020-06-03 10:27:22 -04:00

25 lines
748 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
#
# Default INIT Script for Released Media
#
# Main Screens
${ROOT}sbin/getty /dev/tty1 ${ROOT}sbin/login
${ROOT}sbin/getty /dev/tty2 ${ROOT}sbin/login
${ROOT}sbin/getty /dev/tty3 ${ROOT}sbin/login
${ROOT}sbin/getty /dev/tty4 ${ROOT}sbin/login
# Serial Login
# ${ROOT}sbin/insdrv ssc.drv 9600,n,8,1,x
# ${ROOT}sbin/insdrv ssc.i.drv 9600,n,8,1,x
# ${ROOT}sbin/getty /dev/com2 ${ROOT}sbin/login
# Network Section
# ${ROOT}sbin/insdrv uthernet.drv 00:0e:3a:12:34:56
# ${ROOT}sbin/insdrv lancegs.drv
# ${ROOT}sbin/insdrv uthernet2.drv 00:08:dc:12:34:56
# ${ROOT}sbin/networkd libtcpip
# ${ROOT}sbin/telnetd 6502
# ${ROOT}sbin/httpd 8080 ${ROOT}var/www
MAN
TEXT /MAKE/USR/SHARE/MAKE/INITBOOT