From e3df40e5d9977a5b36c7ebe7576e217c507810fe5ce74998d5abe5ffd4a3762d Mon Sep 17 00:00:00 2001
From: Guilherme Moro <gmoro@suse.com>
Date: Thu, 5 Mar 2020 10:53:25 +0000
Subject: [PATCH] Accepting request 781544 from
 home:favogt:branches:Virtualization:Appliances:Images:openSUSE-Tumbleweed

- Drop drivers section, obsolete with dracut

OBS-URL: https://build.opensuse.org/request/show/781544
OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/kiwi-templates-JeOS?expand=0&rev=22
---
 JeOS.kiwi                   | 8 --------
 kiwi-templates-JeOS.changes | 5 +++++
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/JeOS.kiwi b/JeOS.kiwi
index be14e9c..f627bf6 100644
--- a/JeOS.kiwi
+++ b/JeOS.kiwi
@@ -264,14 +264,6 @@
     <repository type="rpm-md" >
         <source path='obsrepositories:/'/>
     </repository>
-    <drivers profiles="kvm-and-xen,XEN">
-        <file name="drivers/xen/*" arch="x86_64"/>
-        <file name="drivers/block/xen-blkfront.ko" arch="x86_64"/>
-        <file name="drivers/net/xen-netfront.ko" arch="x86_64"/>
-        <file name="drivers/scsi/xen-scsifront.ko" arch="x86_64"/>
-        <file name="drivers/input/misc/xen-kbdfront.ko" arch="x86_64"/>
-        <file name="drivers/pci/xen-pcifront.ko" arch="x86_64"/>
-    </drivers>
     <packages type="image">
         <package name="patterns-base-minimal_base"/>
         <package name="aaa_base-extras"/> <!-- wouldn't be SUSE without that ;-) -->
diff --git a/kiwi-templates-JeOS.changes b/kiwi-templates-JeOS.changes
index 1111ff9..8cd3e3e 100644
--- a/kiwi-templates-JeOS.changes
+++ b/kiwi-templates-JeOS.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Wed Mar  4 14:09:17 UTC 2020 - Fabian Vogt <fvogt@suse.com>
+
+- Drop drivers section, obsolete with dracut
+
 -------------------------------------------------------------------
 Wed Feb 26 11:25:53 UTC 2020 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>