D dik23 Well-Known Member Apr 3, 2011 102 1 56 Apr 19, 2018 #21 Thank for this guys. One last thing, lxc.environment in /var/lib/lxc/N/config resets the the LXC is restarted. Is there a way to make it permanent? Can it be set in /etc/lxc/default.conf or should it be added to /etc/pve/lxc/N.conf?
Thank for this guys. One last thing, lxc.environment in /var/lib/lxc/N/config resets the the LXC is restarted. Is there a way to make it permanent? Can it be set in /etc/lxc/default.conf or should it be added to /etc/pve/lxc/N.conf?
fabian Proxmox Staff Member Staff member Jan 7, 2016 12,406 3,454 303 Apr 19, 2018 #22 you can set it in the PVE container config: Code: lxc.environment: TERM=vt102 but please note that it is known to break some TurnKey templates, which is why we default to "linux" Reactions: dik23
you can set it in the PVE container config: Code: lxc.environment: TERM=vt102 but please note that it is known to break some TurnKey templates, which is why we default to "linux"
E eliosh Member Apr 5, 2018 4 3 6 48 May 8, 2019 #23 I solved the problem adding Code: TERM="vt102" in file /etc/environment