[Pkg-libvirt-commits] [libguestfs] 84/116: v2v: linux: Remap device names in /boot/grub2/device.map (RHBZ#1165975).

Hilko Bengen bengen at moszumanska.debian.org
Wed Nov 26 22:05:27 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.29.10-1
in repository libguestfs.

commit 7b8c6e762e10033b174f8554145d48489718b8b5
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Nov 20 10:08:51 2014 +0000

    v2v: linux: Remap device names in /boot/grub2/device.map (RHBZ#1165975).
    
    Thanks: Junquin Zhou
---
 v2v/convert_linux.ml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml
index 94ceefb..3468090 100644
--- a/v2v/convert_linux.ml
+++ b/v2v/convert_linux.ml
@@ -1293,6 +1293,7 @@ let rec convert ~verbose ~keep_serial_console (g : G.guestfs) inspect source =
       "/files/etc/sysconfig/grub/GRUB_CMDLINE_LINUX";
       "/files/etc/default/grub/GRUB_CMDLINE_LINUX";
       "/files/etc/default/grub/GRUB_CMDLINE_LINUX_DEFAULT";
+      "/files/boot/grub2/device.map/*[label() != \"#comment\"]";
     ] in
 
     (* Which of these paths actually exist? *)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list