Skip to content

Commit

Permalink
v2v: linux: Remap device names in /boot/grub2/device.map (RHBZ#1165975).
Browse files Browse the repository at this point in the history
Thanks: Junquin Zhou
  • Loading branch information
rwmjones committed Nov 20, 2014
1 parent 171e638 commit 7b8c6e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2v/convert_linux.ml
Expand Up @@ -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? *)
Expand Down

0 comments on commit 7b8c6e7

Please sign in to comment.