Subversion Repositories planix.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#!/bin/rc
2
 
3
# text-only install
4
cd /bin/inst
5
. defs
6
 
7
textinst=1
8
export textinst
9
 
10
tailfsrv &
11
while(! test -f /srv/log)
12
	sleep 1
13
log `{date} Installation process started
14
inst/mainloop
15