From 3a78a07143fc793923e9f965820d97f4b3de6ec4 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 10 May 2011 05:33:43 +0000 Subject: ape: fix fread/fwrite, python: disable bytecode dumps, inst: rename textonly to start and remove inst/gui, add sys/lib/rootbind, cisfd(8) manpage --- rc/bin/inst/start | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 rc/bin/inst/start (limited to 'rc/bin/inst/start') diff --git a/rc/bin/inst/start b/rc/bin/inst/start new file mode 100755 index 000000000..dbaa7a199 --- /dev/null +++ b/rc/bin/inst/start @@ -0,0 +1,14 @@ +#!/bin/rc + +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 + -- cgit v1.2.3