blob: 4fb63042f4e29e838b8d8ad05f04ace73ecce5d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!/bin/rc
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
|