]> git.lizzy.rs Git - plan9front.git/blob - rc/bin/inst/textonly
update installer for 9bootfat
[plan9front.git] / rc / bin / 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 # use stderr as logfile
11 echo 2 >/srv/log
12 log `{date} Installation process started
13 inst/mainloop
14