From 41c883bda0a9b24dc51746b501c77dcd91a7f902 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 26 Aug 2009 05:18:12 +0200 Subject: [PATCH] Another fix for grub-install for virtio --- 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 1905363831..7941ca7418 100644 --- a/src/patches/grub-0.97_grub-install_virtio.patch +++ b/src/patches/grub-0.97_grub-install_virtio.patch @@ -34,7 +34,7 @@ diff -Naur grub-0.97.org/util/grub-install.in grub-0.97/util/grub-install.in + + else + echo "Create fake device.map for vitio device $1" 1>&2 -+ echo "(hd0) $1" > $device_map ++ echo "(hd0) $install_device" > $device_map + fi fi -- 2.39.2