The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/201

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) ===

From d1fde0451110877024fb442c73dc1f07b8c8aeed Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.h...@canonical.com>
Date: Thu, 29 Oct 2020 14:12:35 +0100
Subject: [PATCH] images/fedora: Change kernelopts for Fedora 33

This fixes the issue where a Fedora 33 VM wouldn't boot due to incorrect
kernel opts.

Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
---
 images/fedora.yaml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/images/fedora.yaml b/images/fedora.yaml
index f4261bb..95c002b 100644
--- a/images/fedora.yaml
+++ b/images/fedora.yaml
@@ -293,6 +293,17 @@ actions:
   types:
   - vm
 
+- trigger: post-files
+  action: |-
+    #!/bin/sh
+    set -eux
+
+    sed -ri 's#^options .+#options $kernelopts#g' /boot/loader/entries/*
+  types:
+  - vm
+  releases:
+  - 33
+
 - trigger: post-files
   action: |-
     #!/bin/sh
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to