Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:munix9
grub2
9999-enjoy-the-silence.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 9999-enjoy-the-silence.patch of Package grub2
diff -ruNp a/grub-core/boot/i386/pc/boot.S b/grub-core/boot/i386/pc/boot.S --- a/grub-core/boot/i386/pc/boot.S 2023-04-03 20:36:54.867300163 +0200 +++ b/grub-core/boot/i386/pc/boot.S 2023-04-03 20:37:46.751189557 +0200 @@ -249,8 +249,8 @@ real_start: /* save drive reference first thing! */ pushw %dx - /* print a notification message on the screen */ - MSG(notification_string) + /* print a notification message on the screen + MSG(notification_string) */ /* set %si to the disk address packet */ movw $disk_address_packet, %si diff -ruNp a/grub-core/boot/i386/pc/diskboot.S b/grub-core/boot/i386/pc/diskboot.S --- a/grub-core/boot/i386/pc/diskboot.S 2023-04-03 20:36:54.867300163 +0200 +++ b/grub-core/boot/i386/pc/diskboot.S 2023-04-03 20:38:23.139111975 +0200 @@ -50,10 +50,10 @@ _start: /* save drive reference first thing! */ pushw %dx - /* print a notification message on the screen */ + /* print a notification message on the screen pushw %si MSG(notification_string) - popw %si + popw %si */ /* this sets up for the first run through "bootloop" */ movw $LOCAL(firstlist), %di diff -ruNp a/grub-core/kern/main.c b/grub-core/kern/main.c --- a/grub-core/kern/main.c 2023-04-02 17:39:09.463538829 +0200 +++ b/grub-core/kern/main.c 2023-04-02 17:39:49.159407584 +0200 @@ -272,10 +272,10 @@ grub_main (void) /* This breaks flicker-free boot on EFI systems, so disable it there. */ #ifndef GRUB_MACHINE_EFI - /* Hello. */ + /* Hello. grub_setcolorstate (GRUB_TERM_COLOR_HIGHLIGHT); grub_printf ("Welcome to GRUB!\n\n"); - grub_setcolorstate (GRUB_TERM_COLOR_STANDARD); + grub_setcolorstate (GRUB_TERM_COLOR_STANDARD); */ #endif /* Init verifiers API. */ diff -ruNp a/util/grub.d/00_header.in b/util/grub.d/00_header.in --- a/util/grub.d/00_header.in 2024-10-10 06:29:52.234886430 +0200 +++ b/util/grub.d/00_header.in 2024-10-10 06:34:42.577623230 +0200 @@ -251,10 +251,10 @@ if echo "$GRUB_TERMINAL_OUTPUT" | grep - ([ x"$GRUB_TIMEOUT_STYLE" = x ] && [ x"$GRUB_HIDDEN_TIMEOUT" = x -o x"$GRUB_HIDDEN_TIMEOUT" = x0 ])); then cat <<EOF - if [ "\${grub_platform}" = "efi" ]; then - clear - echo "Please press 't' to show the boot menu on this console" - fi + #if [ "\${grub_platform}" = "efi" ]; then + # clear + # echo "Please press 't' to show the boot menu on this console" + #fi EOF fi diff -ruNp a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in --- a/util/grub.d/10_linux.in 2023-04-02 17:45:57.334013786 +0200 +++ b/util/grub.d/10_linux.in 2023-04-02 17:41:55.822988804 +0200 @@ -179,7 +179,7 @@ linux_entry () fi message="$(gettext_printf "Loading Linux %s ..." ${version})" sed "s/^/$submenu_indentation/" << EOF - echo '$(echo "$message" | grub_quote)' + #echo '$(echo "$message" | grub_quote)' linux ${rel_dirname}/${basename} ${root_device} ${args} EOF if test -n "${initrd}" ; then @@ -190,7 +190,7 @@ EOF initrd_path="${initrd_path} ${rel_dirname}/${i}" done sed "s/^/$submenu_indentation/" << EOF - echo '$(echo "$message" | grub_quote)' + #echo '$(echo "$message" | grub_quote)' initrd $(echo $initrd_path) EOF fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor