Proxmox Linux Container: Difference between revisions

Nani8ot (talk | contribs)
Make a note about the general Proxmox article which includes better, up-to-date instructions.
Nani8ot (talk | contribs)
Add note to only run /run/current-system/activate when no commands can be found, e.g. ls.
 
Line 77: Line 77:
: set (missing) environment variables with <code>[[wikipedia:en:dot (command)#source|.]]</code>
: set (missing) environment variables with <code>[[wikipedia:en:dot (command)#source|.]]</code>
:: <syntaxhighlight lang="shell">sh-5.2# . /etc/profile</syntaxhighlight>
:: <syntaxhighlight lang="shell">sh-5.2# . /etc/profile</syntaxhighlight>
:: <syntaxhighlight lang="bash">[root@nixos:~]#</syntaxhighlight><syntaxhighlight lang="shell">
:: <syntaxhighlight lang="bash">[root@nixos:~]#</syntaxhighlight>
If commands (like ls) still can't be found, try running:
:: <syntaxhighlight lang="shell">
[root@nixos:~] /run/current-system/activate
[root@nixos:~] /run/current-system/activate
</syntaxhighlight>
</syntaxhighlight>