[Pkg-libvirt-commits] [libguestfs] 19/146: v2v: linux: Remap device names in /boot/grub2/device.map (RHBZ#1165975).
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 17:00:07 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit 2688c7a0bc55463ecda36c1b33703a0283d915e8
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
(cherry picked from commit 7b8c6e762e10033b174f8554145d48489718b8b5)
---
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