6e61e0b905
Find device.map in any dir beneath /boot (bnc#875086) OBS-URL: https://build.opensuse.org/request/show/234345 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=48
17 lines
566 B
Diff
17 lines
566 B
Diff
Look for device.map in any directory beneath /boot. (This is required
|
|
to find device.map in /boot/grub2 in addition to /boot/grub.)
|
|
|
|
Index: augeas-1.1.0/lenses/device_map.aug
|
|
===================================================================
|
|
--- augeas-1.1.0.orig/lenses/device_map.aug
|
|
+++ augeas-1.1.0/lenses/device_map.aug
|
|
@@ -21,7 +21,7 @@ module Device_map =
|
|
|
|
let lns = ( empty | comment | map ) *
|
|
|
|
- let xfm = transform lns (incl "/boot/grub/device.map")
|
|
+ let xfm = transform lns (incl "/boot/*/device.map")
|
|
|
|
(* Local Variables: *)
|
|
(* mode: caml *)
|