]> git.lizzy.rs Git - plan9front.git/blob - rc/bin/inst/textonly
add glenda to upas group on install
[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 rm -f /srv/log
12 echo 2 >/srv/log
13 log `{date} Installation process started
14 inst/mainloop
15