summaryrefslogtreecommitdiff
path: root/rc/bin/inst/start
blob: af05ce920b33824d5b2fe77f15fd838d0a932cfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/rc

if(test -w /dev/wctl)
	echo scroll > /dev/wctl

cd /bin/inst
. defs

textinst=1
export textinst

# use stderr as logfile
rm -f /srv/log
echo 2 >/srv/log
log `{date} Installation process started
inst/mainloop