From 7fdff6a735905c73d396e9624c40756a5a4c0325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 27 Jul 2015 17:27:35 +0200 Subject: [PATCH] rpm: force removal os-prober package It can be can be harmful, because it accesses (and mounts) every block device, including VM controlled /dev/loop*. --- rpm_spec/core-dom0-linux.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rpm_spec/core-dom0-linux.spec b/rpm_spec/core-dom0-linux.spec index 320ce23..74a1b40 100644 --- a/rpm_spec/core-dom0-linux.spec +++ b/rpm_spec/core-dom0-linux.spec @@ -49,6 +49,11 @@ Requires: qubes-core-dom0 Requires: qubes-utils >= 2.0.6 Requires: %{name}-kernel-install +# get rid of os-prober, it tries to mount and parse all the block devices in +# the system, including loop* +Provides: os-prober +Obsoletes: os-prober + %define _builddir %(pwd) %description