So I have a tar of a chroot we use in our own provisioning system. Just a straight up tar of an OS that get pxe'd out. I'm trying to take that and use it as a template for an lxc container I'm building. When I run pct, I get:
[...]
Total bytes read: 1234728960 (1.2GiB, 107MiB/s)
Detected container architecture: amd64
unable to detect OS disribution
I've tried modifying the /etc/issue in the chroot from:
\S
Kernel \r on an \m
to:
Red Hat Enterprise Linux
Kernel 3.10.0-123.4.2.el7.x86_64 on an x86_64
to no avail. Is there any way to tell pct what distro I'm using? I'm sure this isn't exactly a supported operation, but I'm trying to wrap my head around the internals here. Obviously this is VE 4 Beta 1. command used:
pct create 101 rhel-7.x64.tar.gz -description rhel7 -disk 4 -hostname rhel7 -memory 512 -nameserver 8.8.8.8 -net0 hwaddr=52:4A:5E:26:587,ip=192.168.1.3/16,gw=192.168.1.1,bridge=vmbr0 -storage rhea-proxmox -password blahblah
[...]
Total bytes read: 1234728960 (1.2GiB, 107MiB/s)
Detected container architecture: amd64
unable to detect OS disribution
I've tried modifying the /etc/issue in the chroot from:
\S
Kernel \r on an \m
to:
Red Hat Enterprise Linux
Kernel 3.10.0-123.4.2.el7.x86_64 on an x86_64
to no avail. Is there any way to tell pct what distro I'm using? I'm sure this isn't exactly a supported operation, but I'm trying to wrap my head around the internals here. Obviously this is VE 4 Beta 1. command used:
pct create 101 rhel-7.x64.tar.gz -description rhel7 -disk 4 -hostname rhel7 -memory 512 -nameserver 8.8.8.8 -net0 hwaddr=52:4A:5E:26:587,ip=192.168.1.3/16,gw=192.168.1.1,bridge=vmbr0 -storage rhea-proxmox -password blahblah