The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/114
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
From 8b071e860570285fe7ab7404ab6db7d59c4a3df4 Mon Sep 17 00:00:00 2001 From: Thomas Hipp <thomas.h...@canonical.com> Date: Fri, 28 Feb 2020 20:59:23 +0100 Subject: [PATCH] images/debian: Fix VM image for Debian Jessie Signed-off-by: Thomas Hipp <thomas.h...@canonical.com> --- images/debian.yaml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/images/debian.yaml b/images/debian.yaml index e69657f..1d3c464 100644 --- a/images/debian.yaml +++ b/images/debian.yaml @@ -939,12 +939,34 @@ packages: - packages: - grub-efi + action: install + types: + - vm + architectures: + - amd64 + + - packages: + - linux-image-4.9-amd64 + action: install + types: + - vm + architectures: + - amd64 + releases: + - jessie + + - packages: - linux-image-amd64 action: install types: - vm architectures: - amd64 + releases: + - stretch + - buster + - bullseye + - sid - packages: - grub-efi-arm64 @@ -1027,9 +1049,9 @@ actions: update-grub # This will create EFI/BOOT - grub-install --target="${TARGET}-efi" --no-nvram --removable + grub-install --target="${TARGET}-efi" --no-nvram --removable --modules="part_gpt" # This will create EFI/debian - grub-install --target="${TARGET}-efi" --no-nvram + grub-install --target="${TARGET}-efi" --no-nvram --modules="part_gpt" update-grub sed -i "s#root=[^ ]*#root=/dev/sda2#g" /boot/grub/grub.cfg types:
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel