summaryrefslogtreecommitdiff
path: root/libre/grub/grub-install.fix
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-11 13:33:37 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-11 13:33:37 -0200
commit9b8ae113c3008d9849c9c711a595e3b8037439f1 (patch)
tree1b53bc91e0f6dde53c20fa24618053b3b02c7f54 /libre/grub/grub-install.fix
parentbb388bd9d8a715e7e94618d1f7621277469ed227 (diff)
downloadabslibre-9b8ae113c3008d9849c9c711a595e3b8037439f1.tar.gz
abslibre-9b8ae113c3008d9849c9c711a595e3b8037439f1.tar.bz2
abslibre-9b8ae113c3008d9849c9c711a595e3b8037439f1.zip
grub-2.00-1.2: updating revision"
* Remove obsolete files * Fixing OS parameter on 10_linux.in for others distros
Diffstat (limited to 'libre/grub/grub-install.fix')
-rw-r--r--libre/grub/grub-install.fix11
1 files changed, 0 insertions, 11 deletions
diff --git a/libre/grub/grub-install.fix b/libre/grub/grub-install.fix
deleted file mode 100644
index 29e74bd44..000000000
--- a/libre/grub/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;