]> git.lizzy.rs Git - plan9front.git/blob - rc/bin/inst/start
/rc/bin/inst/start: set scroll, /usr/glenda/bin/rc/riostart: do not set scroll
[plan9front.git] / rc / bin / inst / start
1 #!/bin/rc
2
3 echo scroll > /dev/wctl
4
5 cd /bin/inst
6 . defs
7
8 textinst=1
9 export textinst
10
11 # use stderr as logfile
12 rm -f /srv/log
13 echo 2 >/srv/log
14 log `{date} Installation process started
15 inst/mainloop
16