summaryrefslogtreecommitdiff
path: root/rc/bin/inst/start
blob: 1323c766fbae964be0c62377bb5443ad3857bcd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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
exec ./mainloop