]> git.lizzy.rs Git - plan9front.git/blob - rc/bin/inst/start
inst: don't hardcode /net/ether0, might have usb ethernet
[plan9front.git] / rc / bin / inst / start
1 #!/bin/rc
2
3 if(test -w /dev/wctl)
4         echo scroll > /dev/wctl
5
6 cd /bin/inst
7 . ./defs
8
9 textinst=1
10 export textinst
11
12 # use stderr as logfile
13 rm -f /srv/log
14 echo 2 >/srv/log
15 log `{date} Installation process started
16 exec ./mainloop