Another fix for grub-install for virtio

This commit is contained in:
Arne Fitzenreiter
2009-08-26 05:18:12 +02:00
parent b73d0f7819
commit 41c883bda0

View File

@@ -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