From 1ccd3c17a2309b4df8b1015fcc4d8a698160d64f Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 24 Aug 2009 20:22:30 +0200 Subject: [PATCH] Fix faking device map for virtio installation --- src/patches/grub-0.97_grub-install_virtio.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/patches/grub-0.97_grub-install_virtio.patch b/src/patches/grub-0.97_grub-install_virtio.patch index 432e0f145a..1905363831 100644 --- a/src/patches/grub-0.97_grub-install_virtio.patch +++ b/src/patches/grub-0.97_grub-install_virtio.patch @@ -21,7 +21,7 @@ diff -Naur grub-0.97.org/util/grub-install.in grub-0.97/util/grub-install.in : else + -+ tmp_disk=`echo "$1" | grep "/dev/vd"` ++ tmp_disk=`echo "$install_device" | grep "/dev/vd"` + if test "x$tmp_disk" = x; then + # Create a safe temporary file. -- 2.39.2