Blame SOURCES/0043-Device_map-Parse-all-device.map-files-under-boot.patch

ab36df
From 666ad8a3c7a422ff8a3cde321fb34492cde90a36 Mon Sep 17 00:00:00 2001
ab36df
From: Mike Latimer <mlatimer@suse.com>
ab36df
Date: Mon, 5 May 2014 13:08:14 -0600
ab36df
Subject: [PATCH] Device_map: Parse all device.map files under /boot
ab36df
ab36df
(cherry picked from commit 6ee12b6a705cc5da3558847fe4782e2ac30bcc10)
ab36df
ab36df
Conflicts:
ab36df
	AUTHORS
ab36df
	NEWS
ab36df
---
ab36df
 AUTHORS               | 1 +
ab36df
 lenses/device_map.aug | 2 +-
ab36df
 2 files changed, 2 insertions(+), 1 deletion(-)
ab36df
ab36df
diff --git a/AUTHORS b/AUTHORS
ab36df
index 36e045e..146c691 100644
ab36df
--- a/AUTHORS
ab36df
+++ b/AUTHORS
ab36df
@@ -94,3 +94,4 @@ Contributions by:
ab36df
   Mathieu Alorent             <malorent@kumy.net>
ab36df
   Rob Tucker                  <rtucker@mozilla.com>
ab36df
   Pino Toscano                <ptoscano@redhat.com>
ab36df
+  Mike Latimer                <mlatimer@suse.com>
ab36df
diff --git a/lenses/device_map.aug b/lenses/device_map.aug
ab36df
index cb43206..bd1825d 100644
ab36df
--- a/lenses/device_map.aug
ab36df
+++ b/lenses/device_map.aug
ab36df
@@ -21,7 +21,7 @@ module Device_map =
ab36df
 
ab36df
   let lns = ( empty | comment | map ) *
ab36df
 
ab36df
-  let xfm = transform lns (incl "/boot/grub/device.map")
ab36df
+  let xfm = transform lns (incl "/boot/*/device.map")
ab36df
 
ab36df
 (* Local Variables: *)
ab36df
 (* mode: caml *)