plan9fox/rc/bin/inst/start
cinap_lenrek 0d378e905e inst: cleanup installer making it not rely on path containing .
always explicitely execute installer modules with ./name instead
of relying that the path contians the dot.
2013-10-26 20:17:56 +02:00

17 lines
223 B
Bash
Executable file

#!/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