]> Savannah Git Hosting - gnulib/maint-tools.git/commitdiff
platforms: Fix for usable TERM.
authorBruno Haible <bruno@clisp.org>
Mon, 15 Jan 2024 19:48:23 +0000 (20:48 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 15 Jan 2024 19:48:23 +0000 (20:48 +0100)
* platforms/qemu/*{freebsd,netbsd}*: Set TERM in /etc/profile, not ~/.profile.

platforms/environments/qemu/arm-freebsd12.txt
platforms/environments/qemu/arm64-freebsd132.txt
platforms/environments/qemu/powerpc64-freebsd14.txt
platforms/environments/qemu/ppc64le-freebsd14.txt
platforms/environments/qemu/sparc64-freebsd12.txt
platforms/environments/qemu/sparc64-netbsd.txt

index 623e32a614accac49c25bc0c217d22f27b228c52..6ecd4558aafb92a5e6868bdf7d117f5780b3b713 100644 (file)
@@ -173,7 +173,7 @@ Invite MY_USER_NAME into other groups? wheel
 login: MY_USER_NAME
 password: ********
 
-Edit ~/.profile to set TERM=xterm (since qemu's 'gtk' display is based on vte):
+Edit /etc/profile to set TERM=xterm (since qemu's 'gtk' display is based on vte):
 # env TERM=xterm vi /etc/profile .cshrc
 In /etc/profile, add
   TERM=xterm
index 0681c398591a87624a1286a81ce907b448e4125a..c71106449ead0cdb83e04f38c910f83ec8438dbc 100644 (file)
@@ -133,7 +133,7 @@ This boots fine. Now is the time to switch to a graphic display, if desired:
 
 Login in as root.
 
-Edit ~/.profile to set TERM=xterm (since qemu's 'gtk' display is based on vte):
+Edit /etc/profile to set TERM=xterm (since qemu's 'gtk' display is based on vte):
 # env TERM=xterm vi /etc/profile .cshrc
 In /etc/profile, add
   TERM=xterm
index bc2e65f51846dd4b2797fa92e7705a5bf1399563..48755fefab7f528470f704a24f3b29aeb9fb6401 100644 (file)
@@ -120,7 +120,7 @@ This boots fine. Now is the time to switch to a graphic display, if desired:
 
 Login in as root.
 
-Edit ~/.profile to set TERM=xterm (since qemu's 'gtk' display is based on vte):
+Edit /etc/profile to set TERM=xterm (since qemu's 'gtk' display is based on vte):
 # env TERM=xterm vi /etc/profile .cshrc
 In /etc/profile, add
   TERM=xterm
index e621a5ab3a7182f98081c713bd1ba3bfc1103d20..8035c9e0f02dc9939641885118d372236bb4075a 100644 (file)
@@ -120,7 +120,7 @@ This boots fine. Now is the time to switch to a graphic display, if desired:
 
 Login in as root.
 
-Edit ~/.profile to set TERM=xterm (since qemu's 'gtk' display is based on vte):
+Edit /etc/profile to set TERM=xterm (since qemu's 'gtk' display is based on vte):
 # env TERM=xterm vi /etc/profile .cshrc
 In /etc/profile, add
   TERM=xterm
index 359ccd722d609f48c6d18be7b4f4587e840c75c1..c87f87d2c265f6d615abbc80b88f54a0f1531cc2 100644 (file)
@@ -131,7 +131,7 @@ Shell: sh
 login: MY_USER_NAME
 password: ********
 
-Edit ~/.profile to set TERM=xterm (since qemu's 'gtk' display is based on vte):
+Edit /etc/profile to set TERM=xterm (since qemu's 'gtk' display is based on vte):
 # env TERM=xterm vi /etc/profile .cshrc
 In /etc/profile, add
   TERM=xterm
index 8926e814caecffb6aaaa5a5f8edd391936d57b73..9fd0d7d6460b9ab0789824a97b0d0a4037c04a42 100644 (file)
@@ -116,7 +116,7 @@ This does not need a -kernel option, since an OpenBIOS bootloader is installed.
 
 % qemu-system-sparc64 $common_args
 
-Edit ~/.profile: Set TERM to vt100.
+Edit /etc/profile: Set TERM to vt100.
 
 (PK) Install packages
 ---------------------