xref: /plan9/sys/lib/dist/pc/inst/textonly (revision a22b0629beb42d6ba21fb59ad976b0ded93891c9)
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