textonly 182 B

123456789101112131415
  1. #!/bin/rc
  2. # text-only install
  3. cd /bin/inst
  4. . defs
  5. textinst=1
  6. export textinst
  7. tailfsrv &
  8. while(! test -f /srv/log)
  9. sleep 1
  10. log `{date} Installation process started
  11. inst/mainloop