summaryrefslogtreecommitdiff
path: root/rc/bin/inst/textonly
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-05-10 05:33:43 +0000
committercinap_lenrek <cinap_lenrek@localhost>2011-05-10 05:33:43 +0000
commit3a78a07143fc793923e9f965820d97f4b3de6ec4 (patch)
tree0d1ca3ed0ac24e05000ed971f19caaa77f841c70 /rc/bin/inst/textonly
parentb73e068bfeff7337bf593fa5b2d2858c89f5f13e (diff)
downloadplan9front-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-xrc/bin/inst/textonly15
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
-