Proxmox Linux Container: Difference between revisions
imported>ThinkChaos Make it clearer where to find the system tarball |
imported>Vater →Preparing the container: the lxc.init.cmd entry must be ''/sbin/init'' now (nixos 21.11 (tested on pve 7.1)) |
||
| Line 38: | Line 38: | ||
The last step using the CLI, edit <tt>/etc/pve/lxc/99999.conf</tt> to add this line: | The last step using the CLI, edit <tt>/etc/pve/lxc/99999.conf</tt> to add this line: | ||
<pre> | |||
lxc.init.cmd: /sbin/init | |||
</pre> | |||
Before NixOS version 21.11 it was | |||
<pre> | <pre> | ||
lxc.init.cmd: /init | lxc.init.cmd: /init | ||
</pre> | </pre> | ||
. | |||
=== Creating a template === | === Creating a template === | ||