This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Replies: 1 comment 2 replies
-
Interesting, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TLDR
@tteck Thank you for your wonderful scripts these are awesome and increase my productivity a lot. I've migrated everything from ESXi to Proxmox and taking that decision was empowered by the existence of these scripts, which made me realize how better and simpler life is by using them. I realized I don't need a lot of VMs, since with LXCs I gain resources and performance and robustness.
I run into this with every LCX container installer script. The behavior is not consistent between Proxmox's own shell and LXC container's own shell, function keys (F1-F12) don't work.
Use case is for example using
mc
in the console which relies on many function keys for basic operations.The workaround suggested in the forum is to add
export TERM='xterm-256color'
to.bashrc
. Perhaps it would be a good idea to add it by default to every container created with your scripts.Beta Was this translation helpful? Give feedback.
All reactions