From ff80e2f41421fa8b2fd0140237c312800eddb487 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Mon, 21 Feb 1994 20:34:25 +0000 Subject: [PATCH] Add a TERM=pc3 so that an initial system install is at least usable at the console! --- etc/root/dot.profile | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/root/dot.profile b/etc/root/dot.profile index 1479c6fba5d..a2b7c43cc8c 100644 --- a/etc/root/dot.profile +++ b/etc/root/dot.profile @@ -4,4 +4,5 @@ stty crt erase  kill  intr  export PATH HOME=/root export HOME +TERM=pc3 export TERM