X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=src%2Fpatches%2Fgrub-0.97_grub-install_virtio.patch;h=7941ca741844a62da1a4e2e8a0abcfa52a43ae33;hp=1905363831cbb4fdf5f82c7181cf814411de1eee;hb=41c883bda0a9b24dc51746b501c77dcd91a7f902;hpb=b73d0f78198e1c9eea31e016706d462dfdf9f310;ds=sidebyside 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