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