You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I create an LXC/VM I would like to add some small tweaks to its ~/.bashrc, e.g.,
set -o vi
alias vim=vim.tiny
export EDITOR=vim
or create certain files (e.g., authorizedkeys)
It could be completely out-of-scope for this project, but it would be nice if there would be a "hook" at the end of the script to do these modifications based on, for example, a config file on the proxmox host
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Whenever I create an LXC/VM I would like to add some small tweaks to its
~/.bashrc
, e.g.,or create certain files (e.g., authorizedkeys)
It could be completely out-of-scope for this project, but it would be nice if there would be a "hook" at the end of the script to do these modifications based on, for example, a config file on the proxmox host
Beta Was this translation helpful? Give feedback.
All reactions