summaryrefslogtreecommitdiff
path: root/libre/grub2/grub-install.fix
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-11-10 00:08:44 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-11-10 00:08:44 -0200
commit90fc347fb05ba4c884743f9dbbfbd506738e4798 (patch)
treeddddb8fbdbfbf32c5af5bfe41824d5d88f697f60 /libre/grub2/grub-install.fix
parentc088443e776244b71127d94565d735c9540b2382 (diff)
removing obsolete grub2
Diffstat (limited to 'libre/grub2/grub-install.fix')
-rwxr-xr-xlibre/grub2/grub-install.fix11
1 files changed, 0 insertions, 11 deletions
diff --git a/libre/grub2/grub-install.fix b/libre/grub2/grub-install.fix
deleted file mode 100755
index 29e74bd44..000000000
--- a/libre/grub2/grub-install.fix
+++ /dev/null
@@ -1,11 +0,0 @@
-=== modified file 'grub-core/kern/emu/hostdisk.c'
---- grub-core/kern/emu/hostdisk.c 2012-04-18 21:48:52 +0000
-+++ grub-core/kern/emu/hostdisk.c 2012-04-19 18:35:06 +0000
-@@ -1081,7 +1081,7 @@
- {
- int fd;
- grub_disk_addr_t max = ~0ULL;
-- fd = open_device (disk, sector, O_RDONLY, &max);
-+ fd = open_device (disk, sector, O_WRONLY, &max);
- if (fd < 0)
- return grub_errno;