-
|
I've been arm-wrestling with getting a CentOS 10-stream container working on Proxmox (9.0.6). I've built a custom lxc image, and (using a hookscript) convinced proxmox to create it and pass it a Static IP configuration on the command line: pct create 205 local:vztmpl/centos-10-stream-latest-custom.tar.xz --ostype centos --hostname isildur --rootfs local-lvm:8 \
--net0 name=eth0,bridge=vmbr0,gw=192.168.86.1,ip=192.168.86.101/24 \
--cores 2 --memory 2048 --swap 0 --pool Mirkwood --start --unprivileged 1 \
--hookscript local:snippets/nm-sync-hook.shBTW, this required editing works a charm. Trying to recreate in terraform. Getting this error with Any thoughts on where this message is coming from? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
@dekeyrej I think the error is is coming from the same BTW, looks like the support for new CentOS is coming soon, there is an update for it: https://github.com/proxmox/pve-container/blame/04d6c0e0ba96015c6eb8bb9d43ee8cd1a7da5115/src/PVE/LXC/Setup/CentOS.pm#L26-L28 |
Beta Was this translation helpful? Give feedback.
@dekeyrej I think the error is is coming from the same
CentOS.pmfile, a few lines down...BTW, looks like the support for new CentOS is coming soon, there is an update for it: https://github.com/proxmox/pve-container/blame/04d6c0e0ba96015c6eb8bb9d43ee8cd1a7da5115/src/PVE/LXC/Setup/CentOS.pm#L26-L28