Skip to content

Commit e67ead1

Browse files
author
Marcelo Politzer Couto
committed
(=) remove binaries
1 parent ad73720 commit e67ead1

File tree

340 files changed

+116
-1131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

340 files changed

+116
-1131
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "grub"]
2+
path = grub
3+
url = https://git.savannah.gnu.org/git/grub.git
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/grub-core/lib/syslinux_parse.c b/grub-core/lib/syslinux_parse.c
2+
index ff244d2e0..065efa184 100644
3+
--- a/grub-core/lib/syslinux_parse.c
4+
+++ b/grub-core/lib/syslinux_parse.c
5+
@@ -971,6 +971,7 @@ write_entry (struct output_buffer *outbuf,
6+
print_string (" linux$linux_suffix ");
7+
print_file (outbuf, menu, curentry->kernel_file, NULL);
8+
print_string (" ");
9+
+ print_string (" $linux_extra ");
10+
if (curentry->append)
11+
{
12+
err = print (outbuf, curentry->append, grub_strlen (curentry->append));

boot/grub/fonts/unicode.pf2

-2.29 MB
Binary file not shown.

boot/grub/grub.cfg

100644100755
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
#search --no-floppy --fs-uuid --set xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
22

3-
set theme=/boot/grub/themes/ettery/theme.txt
4-
export theme
3+
#set theme=/boot/grub/themes/ettery/theme.txt
4+
#export theme
55

6-
set gfxmode=1920x1080,auto
7-
set gfxpayload=text
8-
insmod png
9-
insmod vbe
10-
insmod vga
11-
12-
insmod gfxterm
13-
terminal_output gfxterm
14-
insmod gfxmenu
6+
#set gfxmode=1920x1080,auto
7+
#set gfxpayload=text
8+
#insmod png
9+
#insmod vbe
10+
#insmod vga
11+
#
12+
#insmod gfxterm
13+
#terminal_output gfxterm
14+
#insmod gfxmenu
1515

1616
#insmod gettext
1717
#insmod font
@@ -20,4 +20,4 @@ insmod gfxmenu
2020
##set theme=/boot/grub/themes/vimix/theme.txt
2121
##set theme=/boot/grub/themes/deepin/theme.txt
2222

23-
configfile /boot/grub/scripts/autoiso.cfg
23+
configfile /boot/grub/script/autoiso.cfg

boot/grub/grubenv

Lines changed: 0 additions & 2 deletions
This file was deleted.

boot/grub/i386-pc/acpi.mod

-10.4 KB
Binary file not shown.

boot/grub/i386-pc/adler32.mod

-1.36 KB
Binary file not shown.

boot/grub/i386-pc/affs.mod

-5.59 KB
Binary file not shown.

boot/grub/i386-pc/afs.mod

-6.12 KB
Binary file not shown.

boot/grub/i386-pc/ahci.mod

-15.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)