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/start | |
parent | b73e068bfeff7337bf593fa5b2d2858c89f5f13e (diff) |
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/start')
-rwxr-xr-x | rc/bin/inst/start | 14 |
1 files changed, 14 insertions, 0 deletions
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 + |