16 lines
182 B
Text
16 lines
182 B
Text
![]() |
#!/bin/rc
|
||
|
|
||
|
# text-only install
|
||
|
cd /bin/inst
|
||
|
. defs
|
||
|
|
||
|
textinst=1
|
||
|
export textinst
|
||
|
|
||
|
tailfsrv &
|
||
|
while(! test -f /srv/log)
|
||
|
sleep 1
|
||
|
log `{date} Installation process started
|
||
|
inst/mainloop
|
||
|
|