shithub: riscv

ref: 7d442e9469261f0efe400ef8f6d05b305cb4cc07
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
inst/mainloop