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