2011-03-30 13:53:33 +00:00
|
|
|
#!/bin/rc
|
|
|
|
|
2011-05-30 18:34:22 +00:00
|
|
|
if(test -w /dev/wctl)
|
|
|
|
echo scroll > /dev/wctl
|
2011-05-10 02:46:12 +00:00
|
|
|
|
2011-03-30 13:53:33 +00:00
|
|
|
cd /bin/inst
|
|
|
|
. defs
|
|
|
|
|
|
|
|
textinst=1
|
|
|
|
export textinst
|
|
|
|
|
2011-04-12 16:32:51 +00:00
|
|
|
# use stderr as logfile
|
2011-04-13 01:59:58 +00:00
|
|
|
rm -f /srv/log
|
2011-04-12 16:32:51 +00:00
|
|
|
echo 2 >/srv/log
|
2011-03-30 13:53:33 +00:00
|
|
|
log `{date} Installation process started
|
|
|
|
inst/mainloop
|
|
|
|
|