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

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 380a6078a63fee0069b3c87fa3deec37c90f07b6 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.h...@canonical.com>
Date: Tue, 21 Jul 2020 23:07:39 +0200
Subject: [PATCH] images/centos: Add sd_mod to initrd on 8-Stream

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

diff --git a/images/centos.yaml b/images/centos.yaml
index d589508..bab0f40 100644
--- a/images/centos.yaml
+++ b/images/centos.yaml
@@ -365,6 +365,14 @@ files:
   - vm
   releases:
   - 8
+
+- path: /etc/dracut.conf.d/lxd.conf
+  generator: dump
+  content: |-
+    add_drivers+="virtio_scsi virtio_console sd_mod"
+  types:
+  - vm
+  releases:
   - 8-Stream
 
 - generator: fstab
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to