]> git.lizzy.rs Git - plan9front.git/blobdiff - rc/bin/inst/start
/lib/rob: Just write the code.
[plan9front.git] / rc / bin / inst / start
index dbaa7a1997261a535837cdec8756fa49490b6fa0..1323c766fbae964be0c62377bb5443ad3857bcd2 100755 (executable)
@@ -1,7 +1,10 @@
 #!/bin/rc
 
+if(test -w /dev/wctl)
+       echo scroll > /dev/wctl
+
 cd /bin/inst
-. defs
+. ./defs
 
 textinst=1
 export textinst
@@ -10,5 +13,4 @@ export textinst
 rm -f /srv/log
 echo 2 >/srv/log
 log `{date} Installation process started
-inst/mainloop
-
+exec ./mainloop