Introduce pve-edge-kernel package

This change adds a Debian package for customized Proxmox kernels.
This commit is contained in:
Fabian Mastenbroek 2020-04-28 15:13:50 +02:00
parent 1f8e25b6af
commit 2b91eaf97f
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85
7 changed files with 43 additions and 2005 deletions

View file

@ -8,7 +8,7 @@ die "no directory to scan" if !$dir;
die "no such directory" if ! -d $dir;
die "strange directory name: $dir" if $dir !~ m|^(.*/)?(5.\d.\d+\-\d+\-pve)(/+)?$|;
# die "strange directory name: $dir" if $dir !~ m|^(.*/)?(5.\d.\d+\-\d+\-pve)(/+)?$|;
my $apiver = $2;