plan9fox/rc/bin/inst/textonly
2011-04-13 01:59:58 +00:00

16 lines
192 B
Bash
Executable file

#!/bin/rc
# text-only install
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