Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 619964 Details for
Bug 690320
Boot quietly
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
patch for 4.05
0001-Boot-quietly.patch (text/x-c), 5.20 KB, created by
jmccann
on 2012-10-01 19:28:46 UTC
(
hide
)
Description:
patch for 4.05
Filename:
MIME Type:
Creator:
jmccann
Created:
2012-10-01 19:28:46 UTC
Size:
5.20 KB
patch
obsolete
>From e6d74a7b38110bd533514e0061587f55b0e2ed13 Mon Sep 17 00:00:00 2001 >From: Jon McCann <jmccann@redhat.com> >Date: Thu, 20 Sep 2012 21:35:50 -0400 >Subject: [PATCH] Boot quietly > >--- > syslinux-4.05-boot-quietly.patch | 147 +++++++++++++++++++++++++++++++++++++++ > syslinux.spec | 7 +- > 2 files changed, 153 insertions(+), 1 deletion(-) > create mode 100644 syslinux-4.05-boot-quietly.patch > >diff --git a/syslinux-4.05-boot-quietly.patch b/syslinux-4.05-boot-quietly.patch >new file mode 100644 >index 0000000..718eebc >--- /dev/null >+++ b/syslinux-4.05-boot-quietly.patch >@@ -0,0 +1,147 @@ >+From eb804c86915d02f49747af8a514439ec86c59a37 Mon Sep 17 00:00:00 2001 >+From: Jon McCann <jmccann@redhat.com> >+Date: Thu, 20 Sep 2012 21:32:54 -0400 >+Subject: [PATCH] Boot quietly >+ >+--- >+ core/diskstart.inc | 18 ------------------ >+ core/isolinux.asm | 16 ---------------- >+ core/parseconfig.inc | 4 ---- >+ core/pxelinux.asm | 9 --------- >+ core/ui.inc | 8 -------- >+ 5 files changed, 55 deletions(-) >+ >+diff --git a/core/diskstart.inc b/core/diskstart.inc >+index b2ef2b6..0f1be47 100644 >+--- a/core/diskstart.inc >++++ b/core/diskstart.inc >+@@ -109,12 +109,6 @@ ldlinux_ent: >+ .next: sti ; In case of broken INT 13h BIOSes >+ >+ ; >+-; Tell the user we got this far >+-; >+- mov si,early_banner >+- call writestr_early >+- >+-; >+ ; Checksum data thus far >+ ; >+ mov si,ldlinux_sys >+@@ -138,8 +132,6 @@ print_bios: >+ mov si,ebios_name >+ mov byte [getlinsec.jmp+1],(getlinsec_ebios-(getlinsec.jmp+2)) >+ .cbios: >+- mov [BIOSName],si >+- call writestr_early >+ >+ section .earlybss >+ alignb 2 >+@@ -461,16 +453,6 @@ all_read: >+ ; We enter here with ES scrambled... >+ xor ax,ax >+ mov es,ax >+-; >+-; Let the user (and programmer!) know we got this far. This used to be >+-; in Sector 1, but makes a lot more sense here. >+-; >+- mov si,late_banner >+- call writestr_early >+- >+- mov si,copyright_str >+- call writestr_early >+- >+ >+ ; >+ ; Insane hack to expand the DOS superblock to dwords >+diff --git a/core/isolinux.asm b/core/isolinux.asm >+index 7a871f0..7c81632 100644 >+--- a/core/isolinux.asm >++++ b/core/isolinux.asm >+@@ -258,16 +258,6 @@ _start_common: >+ mov eax,[si] >+ mov [GetlinsecPtr],eax >+ >+- ; Show signs of life >+- mov si,syslinux_banner >+- call writestr_early >+-%ifdef DEBUG_MESSAGES >+- mov si,copyright_str >+-%else >+- mov si,[BIOSName] >+-%endif >+- call writestr_early >+- >+ ; >+ ; Before modifying any memory, get the checksum of bytes >+ ; 64-2048 >+@@ -1113,12 +1103,6 @@ all_read: >+ sub ax,di >+ stosw >+ >+-; Tell the user we got this far... >+-%ifndef DEBUG_MESSAGES ; Gets messy with debugging on >+- mov si,copyright_str >+- call writestr_early >+-%endif >+- >+ ; >+ ; Now we're all set to start with our *real* business. First load the >+ ; configuration file (if any) and parse it. >+diff --git a/core/parseconfig.inc b/core/parseconfig.inc >+index 512f16b..be8ab00 100644 >+--- a/core/parseconfig.inc >++++ b/core/parseconfig.inc >+@@ -268,10 +268,6 @@ pc_serial: call getint >+ je .notfirst >+ mov byte [SerialNotice],0 >+ >+- mov si,syslinux_banner >+- call write_serial_str >+- mov si,copyright_str >+- call write_serial_str >+ .notfirst: >+ ret >+ >+diff --git a/core/pxelinux.asm b/core/pxelinux.asm >+index e8818a6..f586e4d 100644 >+--- a/core/pxelinux.asm >++++ b/core/pxelinux.asm >+@@ -209,15 +209,6 @@ adhcp_copy: >+ %include "init.inc" >+ >+ ; >+-; Tell the user we got this far >+-; >+- mov si,syslinux_banner >+- call writestr_early >+- >+- mov si,copyright_str >+- call writestr_early >+- >+-; >+ ; do fs initialize >+ ; >+ mov eax,ROOT_FS_OPS >+diff --git a/core/ui.inc b/core/ui.inc >+index 631860f..056daa3 100644 >+--- a/core/ui.inc >++++ b/core/ui.inc >+@@ -242,14 +242,6 @@ show_help: ; AX = func key # (0 = F1, 9 = F10, 11 = F12) >+ >+ print_version: >+ push di ; Command line write pointer >+- mov si,syslinux_banner >+- call writestr >+-%ifdef HAVE_BIOSNAME >+- mov si,[BIOSName] >+- call writestr >+-%endif >+- mov si,copyright_str >+- call writestr >+ >+ ; ... fall through ... >+ >+-- >+1.7.11.4 >+ >diff --git a/syslinux.spec b/syslinux.spec >index 2642914..432ce67 100644 >--- a/syslinux.spec >+++ b/syslinux.spec >@@ -2,7 +2,7 @@ Summary: Simple kernel loader which boots from a FAT filesystem > Name: syslinux > Version: 4.05 > %define tarball_version 4.05 >-Release: 4%{?dist} >+Release: 5%{?dist} > License: GPLv2+ > Group: Applications/System > URL: http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project >@@ -22,6 +22,7 @@ Requires: mtools, libc.so.6()(64bit) > > Patch1: syslinux-isohybrid-fix-mbr.patch > Patch2: syslinux-4.05-avoid-ext2_fs.h.patch >+Patch10: syslinux-4.05-boot-quietly.patch > Patch90: 0001-win32-add-new-mingw-prefix.patch > Patch91: 0001-win32-assume-STORAGE_DEVICE_NUMBER-is-defined.patch > >@@ -72,6 +73,7 @@ booting in the /tftpboot directory. > > %patch1 -p1 -b .isohyb > %patch2 -p1 -b .ext2 >+%patch10 -p1 -b .quiet > %patch90 -p1 -b .version > %patch91 -p1 -b .headers > >@@ -171,6 +173,9 @@ elif [ -f /boot/extlinux.conf ]; then \ > fi > > %changelog >+* Mon Oct 01 2012 Jon McCann <jmccann@redhat.com> - 4.05-5 >+- Boot quietly >+ > * Mon Aug 06 2012 Peter Jones <pjones@redhat.com> - 4.05-4 > - Fix build problem from kernel-headers' removeal of ext2_fs.h > (fix backported from as-yet-unreleased upstream version.) >-- >1.7.11.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 690320
:
487152
|
488522
|
488524
| 619964