Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1667)

Unified Diff: sys-boot/syslinux/files/syslinux-3.83-disable_win32.patch

Issue 1748010: Add syslinux patches to disable banner and blinking cursor. (Closed)
Patch Set: Force rebuild of all of syslinux. Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sys-boot/syslinux/files/syslinux-3.83-disable_cursor.patch ('k') | sys-boot/syslinux/syslinux-3.83.ebuild » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sys-boot/syslinux/files/syslinux-3.83-disable_win32.patch
diff --git a/sys-boot/syslinux/files/syslinux-3.83-disable_win32.patch b/sys-boot/syslinux/files/syslinux-3.83-disable_win32.patch
new file mode 100644
index 0000000000000000000000000000000000000000..59bcfb1b5e659356e4e11eb24cfeb49eb85b5d8f
--- /dev/null
+++ b/sys-boot/syslinux/files/syslinux-3.83-disable_win32.patch
@@ -0,0 +1,24 @@
+diff -Naur -b syslinux-3.83.orig/Makefile syslinux-3.83.new/Makefile
+--- syslinux-3.83.orig/Makefile 2009-10-05 15:06:06.000000000 -0700
++++ syslinux-3.83.new/Makefile 2010-04-27 13:57:38.000000000 -0700
+@@ -42,7 +42,7 @@
+ mbr/mbr_c.bin mbr/altmbr_c.bin mbr/gptmbr_c.bin \
+ mbr/mbr_f.bin mbr/altmbr_f.bin mbr/gptmbr_f.bin \
+ core/pxelinux.0 core/isolinux.bin core/isolinux-debug.bin \
+- gpxe/gpxelinux.0 dos/syslinux.com win32/syslinux.exe \
++ gpxe/gpxelinux.0 dos/syslinux.com \
+ $(MODULES)
+
+ # BSUBDIRs build the on-target binary components.
+@@ -66,9 +66,9 @@
+ # Things to install in /usr/lib/syslinux
+ INSTALL_AUX = core/pxelinux.0 gpxe/gpxelinux.0 core/isolinux.bin \
+ core/isolinux-debug.bin \
+- dos/syslinux.com dos/copybs.com win32/syslinux.exe \
++ dos/syslinux.com dos/copybs.com \
+ mbr/*.bin $(MODULES)
+-INSTALL_AUX_OPT = win32/syslinux.exe
++INSTALL_AUX_OPT =
+
+ # These directories manage their own installables
+ INSTALLSUBDIRS = com32 utils
« no previous file with comments | « sys-boot/syslinux/files/syslinux-3.83-disable_cursor.patch ('k') | sys-boot/syslinux/syslinux-3.83.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698