about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a4fedf8..1d5c8d7 100644
--- a/Makefile
+++ b/Makefile
@@ -49,3 +49,7 @@ clean:
 
 README: torus.1
 	mandoc torus.1 | col -b -x > README
+
+install: chroot.tar rc.torus
+	tar -x -f chroot.tar -C /home/$(CHROOT_USER)
+	install rc.torus /usr/local/etc/rc.d/torus
olspan='3' class='logmsg'> 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe