-
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.
(+) removed drive label dependency + grub update.
- Loading branch information
Marcelo Politzer Couto
committed
Sep 28, 2021
1 parent
8351d85
commit f2aa989
Showing
4 changed files
with
138 additions
and
108 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,18 +1,21 @@ | ||
source /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 | ||
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 | ||
|
||
menuentry "Scan ISOs" "${prefix}/script/autoiso.cfg" { | ||
set iso_dirs="/boot/iso" | ||
export iso_dirs | ||
configfile "$2" | ||
} |
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
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