diff options
| author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-10 05:33:43 +0000 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-10 05:33:43 +0000 |
| commit | 3a78a07143fc793923e9f965820d97f4b3de6ec4 (patch) | |
| tree | 0d1ca3ed0ac24e05000ed971f19caaa77f841c70 /rc/bin/inst/textonly | |
| parent | b73e068bfeff7337bf593fa5b2d2858c89f5f13e (diff) | |
| download | plan9front-3a78a07143fc793923e9f965820d97f4b3de6ec4.tar.xz | |
ape: fix fread/fwrite, python: disable bytecode dumps, inst: rename textonly to start and remove inst/gui, add sys/lib/rootbind, cisfd(8) manpage
Diffstat (limited to 'rc/bin/inst/textonly')
| -rwxr-xr-x | rc/bin/inst/textonly | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/rc/bin/inst/textonly b/rc/bin/inst/textonly deleted file mode 100755 index 3b08dfa8d..000000000 --- a/rc/bin/inst/textonly +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/rc - -# text-only install -cd /bin/inst -. defs - -textinst=1 -export textinst - -# use stderr as logfile -rm -f /srv/log -echo 2 >/srv/log -log `{date} Installation process started -inst/mainloop - |
