Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
1457384613gh committed Aug 24, 2023
1 parent a7d4f4f commit 392fc2b
Show file tree
Hide file tree
Showing 38 changed files with 84 additions and 68 deletions.
Binary file removed EFI/brunch/MokManager.efi
Binary file not shown.
8 changes: 4 additions & 4 deletions EFI/brunch/brunch.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
###############################################################################
# [brunch.cfg]
# Configuration file around the EFI Grub2
# [brunch.cfg]
# loaded by [grub2-brunch.efi]
###############################################################################

#==============================================================================
Expand All @@ -10,7 +10,7 @@ set timeout=5
#==============================================================================

#==============================================================================
#####----{control}----
#####----{source}----
#------------------------------------------------------------------------------
source $prefix/control.cfg
source ${prefix}/grub.cfg
#==============================================================================
Binary file removed EFI/brunch/brunch.der
Binary file not shown.
2 changes: 1 addition & 1 deletion EFI/brunch/grub/case.cfg → EFI/brunch/case.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CASE=case1-default.cfg
#CASE=case3-menu.lst

#------------------------------------------------------------------------------
source $prefix/case/$CASE
source ${prefix}/case/${CASE}

###############################################################################
# {README written by Chauncy}
Expand Down
File renamed without changes.
9 changes: 9 additions & 0 deletions EFI/brunch/games/games.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
###############################################################################
# [games.cfg]
# to load DinoChrome
###############################################################################

menuentry "DinoChrome" --class "dino" {
linux16 ${GAME}/memdisk raw
initrd16 ${GAME}/dino.img
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 10 additions & 14 deletions EFI/brunch/grub/control.cfg → EFI/brunch/grub/grub.cfg
Original file line number Diff line number Diff line change
@@ -1,40 +1,36 @@
###############################################################################
# [control.cfg]
# Configuration file around the EFI Grub2
# [grub.cfg]
# to be loaded by normal
###############################################################################

#==============================================================================
#####----{load theme}----
#####----{display}----
#------------------------------------------------------------------------------
source $prefix/theme.cfg
source ${prefix}/themes/display.cfg
#==============================================================================

#==============================================================================
#####----{case}----
#------------------------------------------------------------------------------
source $prefix/case.cfg
source ${cmdpath}/case.cfg
#==============================================================================

#==============================================================================
#####----{menuentry}----
#------------------------------------------------------------------------------
search --no-floppy --set=root --file $txt_grub
source $txt_grub
search --no-floppy --set=root --file ${txt_grub}
source ${txt_grub}
#==============================================================================

#==============================================================================
#####----{dino}----
#------------------------------------------------------------------------------
dino=$prefix/dino.img
search --no-floppy --set=root --file $dino
menuentry "DinoChrome" --class "dino" {
linux16 $prefix/memdisk raw
initrd16 $dino
}
GAME=${cmdpath}/games
source ${GAME}/games.cfg
#==============================================================================

#==============================================================================
#####----{exit}----
#------------------------------------------------------------------------------
menuentry "Exit" --class "exit" {exit}
menuentry "Exit" --class "exit" --hotkey "esc" {exit}
#==============================================================================
15 changes: 0 additions & 15 deletions EFI/brunch/grub/theme.cfg

This file was deleted.

1 change: 0 additions & 1 deletion EFI/brunch/grub/themes/brunch/Credit_goes_to_Wisteria

This file was deleted.

Binary file removed EFI/brunch/grub/themes/brunch/boot_menu_c.png
Binary file not shown.
Binary file removed EFI/brunch/grub/themes/brunch/boot_menu_n.png
Binary file not shown.
Binary file removed EFI/brunch/grub/themes/brunch/boot_menu_s.png
Binary file not shown.
Binary file added EFI/brunch/grub/themes/brunch/menu/boot_menu_c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added EFI/brunch/grub/themes/brunch/menu/boot_menu_n.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added EFI/brunch/grub/themes/brunch/menu/boot_menu_s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified EFI/brunch/grub/themes/brunch/select_c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified EFI/brunch/grub/themes/brunch/select_w.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 30 additions & 30 deletions EFI/brunch/grub/themes/brunch/theme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,50 +2,50 @@ desktop-image: "background.png"
desktop-image-scale-method: "crop"
desktop-image-h-align: "center"
title-text: ""
terminal-box: "terminal_box_*.png"
terminal-box: "terminal/terminal_box_*.png"
terminal-left: "520"
terminal-top: "15%"
terminal-width: "480"
terminal-height: "70%"
terminal-border: "0"
terminal-font: "Terminus 12"
terminal-font: "Terminus Regular 12"

+ progress_bar {
id = "__timeout__"
left = 5%
top = 90%
height = 20
width = 90%
font = "Ubuntu Mono Bold 28"
text_color = "#000000"
fg_color = "#888888"
bg_color = "#ffffff"
border_color = "#ffffff"
text = "@TIMEOUT_NOTIFICATION_SHORT@"
id = "__timeout__"
left = 5%
top = 90%
height = 20
width = 90%
font = "Ubuntu Mono Bold 28"
text_color = "#000000"
fg_color = "#888888"
bg_color = "#ffffff"
border_color = "#ffffff"
text = "@TIMEOUT_NOTIFICATION_SHORT@"
}

+ boot_menu {
left = 0
width = 500
top = 0%
height = 100%
left = 0
width = 500
top = 0%
height = 100%

menu_pixmap_style = "boot_menu_*.png"
menu_pixmap_style = "menu/boot_menu_*.png"

item_font = "Ubuntu Mono Bold 28"
item_color = "#eff0f1"
item_height = 140
item_icon_space = 40
item_padding = 0
item_spacing = 0
item_font = "Ubuntu Mono Bold 28"
item_color = "#eff0f1"
item_height = 120
item_icon_space = 40
item_padding = 0
item_spacing = 0

selected_item_font = "Ubuntu Mono Bold 28"
selected_item_color= "#eff0f1"
selected_item_pixmap_style = "select_*.png"
selected_item_font = "Ubuntu Mono Bold 28"
selected_item_color= "#eff0f1"
selected_item_pixmap_style = "select_*.png"

icon_height = 100
icon_width = 100
icon_height = 100
icon_width = 100

scrollbar = false
scrollbar = false
}

27 changes: 27 additions & 0 deletions EFI/brunch/grub/themes/display.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
###############################################################################
# [display.cfg]
# to load something for display
###############################################################################

#==============================================================================
#####----{gfx}----
#------------------------------------------------------------------------------
set gfxmode=auto,1024x768
set gfxpayload=text
terminal_output gfxterm
#==============================================================================

#==============================================================================
#####----{fonts}----
#------------------------------------------------------------------------------
loadfont Ubuntu_Mono_Bold28
loadfont Terminus_Regular_12
#==============================================================================

#==============================================================================
#####----{theme}----
#------------------------------------------------------------------------------
grub_theme=brunch
set theme=${prefix}/themes/${grub_theme}/theme.txt
export theme
#==============================================================================
Binary file added EFI/brunch/grub2-brunch.efi
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed EFI/brunch/grubx64.efi
Binary file not shown.
Binary file removed EFI/brunch/screenshot
Binary file not shown.
2 changes: 1 addition & 1 deletion README-繁體中文.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<summary>🖱️點擊展開查看🖱️</summary>

##### case.cfg
- 用文本編輯器打開 `zip: EFI/brunch/grub/case.cfg`
- 用文本編輯器打開 `zip: EFI/brunch/case.cfg`
<details>
<summary>🖱️點擊展開查看🖱️</summary>

Expand Down
2 changes: 1 addition & 1 deletion README-自述文件.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<summary>🖱️点击展开查看🖱️</summary>

##### case.cfg
- 用文本编辑器打开 `zip: EFI/brunch/grub/case.cfg`
- 用文本编辑器打开 `zip: EFI/brunch/case.cfg`
<details>
<summary>🖱️点击展开查看🖱️</summary>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ It is used to dual-boot chromeOS, or even multi-boot, which is installed on no c
<summary>🖱️Click to Unfold to see🖱️</summary>

##### case.cfg
- Open `zip: EFI/brunch/grub/case.cfg` to edit;
- Open `zip: EFI/brunch/case.cfg` to edit;
<details>
<summary>🖱️Click to Unfold to see🖱️</summary>

Expand Down

0 comments on commit 392fc2b

Please sign in to comment.