summaryrefslogtreecommitdiffstats
path: root/boot/grub/grub.200-fix_mbr_handling.patch
diff options
context:
space:
mode:
Diffstat (limited to 'boot/grub/grub.200-fix_mbr_handling.patch')
-rw-r--r--boot/grub/grub.200-fix_mbr_handling.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/boot/grub/grub.200-fix_mbr_handling.patch b/boot/grub/grub.200-fix_mbr_handling.patch
deleted file mode 100644
index 21e200f172..0000000000
--- a/boot/grub/grub.200-fix_mbr_handling.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: b/stage2/disk_io.c
-===================================================================
---- a/stage2/disk_io.c
-+++ b/stage2/disk_io.c
-@@ -365,7 +365,7 @@
- int
- devwrite (unsigned int sector, int sector_count, char *buf)
- {
--#if defined(GRUB_UTIL) && defined(__linux__)
-+#if defined(GRUB_UTIL) && defined(__linux__) && !defined(SUPPORT_LOOPDEV)
- if (current_partition != 0xFFFFFF
- && is_disk_device (device_map, current_drive))
- {
OpenPOWER on IntegriCloud