[pve-devel] applied-series: [PATCH stable-5 container 1/2] add upcoming Ubuntu 19.10 Eoan as supported

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Nov 14 19:18:20 CET 2019


On 10/31/19 4:45 PM, Oguz Bektas wrote:
> From: Thomas Lamprecht <t.lamprecht at proxmox.com>
> 
> Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
> (cherry picked from commit 5c5d57f05b0bb8daedb24625ec69dd30133b8dc7)
> Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
> ---
>  src/PVE/LXC/Setup/Ubuntu.pm | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/PVE/LXC/Setup/Ubuntu.pm b/src/PVE/LXC/Setup/Ubuntu.pm
> index c5bd07d..2ffedb0 100644
> --- a/src/PVE/LXC/Setup/Ubuntu.pm
> +++ b/src/PVE/LXC/Setup/Ubuntu.pm
> @@ -12,6 +12,7 @@ use PVE::LXC::Setup::Debian;
>  use base qw(PVE::LXC::Setup::Debian);
>  
>  my $known_versions = {
> +    '19.10' => 1, # eoan
>      '19.04' => 1, # disco
>      '18.10' => 1, # cosmic
>      '18.04' => 1, # bionic
> 

applied both, thanks!




More information about the pve-devel mailing list