ref: a02d47734aab4255a0ec1f4b750089a4ae4b6e22
parent: 2f48a9ca9b126d09ad88e19e5f282a3eee648c0b
author: jrmu <jrmu@cloud9p.org>
date: Sun Oct 13 23:54:33 EDT 2024
Add instructions for starting drawterm without rio
--- a/cpu-p9.ms
+++ b/cpu-p9.ms
@@ -107,3 +107,19 @@
term% auth/keyfs
term% auth/changeuser bootes
+
+If you are using 9front drawterm and want to connect in text-only mode
+(no graphics) with the -G flag, you will need to edit $home/lib/profile
+to remove calls to rio. Comment out line 31:
+
+# exec rio
+
+You can run the below command:
+
+term% mv (/usr/$user/lib/)^(profile profile.bak)
+term% sed '31s/^/#/' /usr/$user/lib/profile.bak > /usr/$user/lib/profile
+
+Then afterwards, you will be able to connect with drawterm -G as
+follow:
+
+$ drawterm -u $USER -h $SYSNAME -G