A2osX/MAKE/INITBOOT.txt

28 lines
673 B
Plaintext
Raw Normal View History

2019-05-01 17:46:30 +00:00
NEW
PREFIX
AUTO 4,1
2019-12-09 16:31:47 +00:00
#!/bin/sh
2019-05-01 17:46:30 +00:00
#
# Default INIT Script for Released Media
#
2019-12-09 17:23:53 +00:00
echo *** A2osX INIT Script ***
2019-05-01 17:46:30 +00:00
# Main Screens
2019-12-09 17:23:53 +00:00
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 &
2019-05-01 17:46:30 +00:00
# Serial Login
2019-12-09 17:23:53 +00:00
#insdrv ssc.drv 9600,n,8,1,x
#insdrv ssc.i.drv 9600,n,8,1,x
#nohup getty /dev/com2 ${root}sbin/login
2019-05-01 17:46:30 +00:00
# Network Section
2019-12-09 17:23:53 +00:00
#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 ***
2019-05-01 17:46:30 +00:00
MAN
TEXT /MAKE/USR/SHARE/MAKE/INITBOOT