Proxmox Linux Container: Difference between revisions

imported>Altano
Let's be more explicit about what the variables are for shell expansion. This example tripped me up by not working on zsh where the $BUILDID_ variable didn't expand correctly (since '_' was included in the name)
imported>Altano
No edit summary
Line 56: Line 56:
== Expected issues ==
== Expected issues ==


=== nixos-rebuild switch ===
<code>nixos-rebuild switch</code> may fail with errors for special mount points. This does not look like it affects the container.
<code>nixos-rebuild switch</code> may fail with errors for special mount points. This does not look like it affects the container.


Line 74: Line 75:
warning: error(s) occurred while switching to the new configuration
warning: error(s) occurred while switching to the new configuration
</pre>
</pre>
=== Black Console in Proxmox ===
The Proxmox console may appear black when launched. It is at the login prompt but no existing text is rendered. Just type "root" and hit enter and new text will get rendered just fine.