]> git.lizzy.rs Git - plan9front.git/blob - sys/lib/dist.old/pc/inst/textonly
livecd
[plan9front.git] / sys / lib / dist.old / pc / inst / textonly
1 #!/bin/rc
2
3 # text-only install
4 cd /bin/inst
5 . defs
6
7 textinst=1
8 export textinst
9
10 tailfsrv &
11 while(! test -f /srv/log)
12         sleep 1
13 log `{date} Installation process started
14 inst/mainloop
15