-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marcelo Politzer Couto
committed
Jun 14, 2021
1 parent
e67ead1
commit e9a22f1
Showing
7 changed files
with
88 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,18 @@ | ||
#search --no-floppy --fs-uuid --set xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx | ||
source /boot/grub/script/autoiso.cfg | ||
|
||
#set theme=/boot/grub/themes/ettery/theme.txt | ||
#export theme | ||
|
||
#set gfxmode=1920x1080,auto | ||
#set gfxpayload=text | ||
#insmod png | ||
#insmod vbe | ||
#insmod vga | ||
# | ||
#insmod gfxterm | ||
#terminal_output gfxterm | ||
#insmod gfxmenu | ||
|
||
#insmod gettext | ||
#insmod font | ||
#insmod all_video | ||
|
||
##set theme=/boot/grub/themes/vimix/theme.txt | ||
##set theme=/boot/grub/themes/deepin/theme.txt | ||
|
||
configfile /boot/grub/script/autoiso.cfg | ||
if loadfont unicode ; then | ||
insmod gfxmenu | ||
insmod gfxterm | ||
insmod jpeg | ||
insmod png | ||
insmod vbe | ||
insmod vga | ||
set gfxmode=1920x1080,auto | ||
set gfxpayload=text | ||
set theme=/boot/grub/themes/starfield/theme.txt | ||
#set theme=/boot/grub/themes/vimix/theme.txt | ||
#set theme=/boot/grub/themes/tela/theme.txt | ||
terminal_output gfxterm | ||
export theme | ||
fi | ||
scan_isos /boot/iso GIM |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,4 +147,3 @@ terminal_output --append serial | |
langcode="$lang" | ||
|
||
insmod regexp | ||
scan_isos /boot/iso GIM |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters