blob: 53e230402a88378415917cb58c83fd0f78631e9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/bin/rc
# text-only install
cd /bin/inst
. defs
textinst=1
export textinst
# use stderr as logfile
echo 2 >/srv/log
log `{date} Installation process started
inst/mainloop
|