code: plan9front

ref: 85ca0c9adc0d507b17f85b6de5227f533d9fb0b6
dir: /rc/bin/inst/start/

View raw version
#!/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