[pve-devel] add support fedora 22 for lxc

Dietmar Maurer dietmar at proxmox.com
Mon Nov 23 10:37:49 CET 2015


> -    if ($release =~ m/release\s+(\d+\.\d+)(\.\d+)?/) {
> -    if ($1 >= 6 && $1 < 8) {
> +    if ($release =~ m/release\s+(\d+\.?\d+)(\.\d+)?/) {
> +    if ($1 >= 6 && $1 < 25) {

I think we should have a separate setup class for fedora - we will try
to add that soon.




More information about the pve-devel mailing list