This commit is contained in:
jonas
2021-10-19 11:54:30 +02:00
parent be783f12ed
commit 6edffbc0fd
25 changed files with 139 additions and 89 deletions

View File

@@ -17,6 +17,9 @@ menuentry 'Continue to normal BIOS boot' --id boot-bios --class exit {
submenu "Harvester ->" {
configfile harvester.cfg
}
submenu "TLU Harvester Cluster->" {
configfile tlu-harvester.cfg
}
submenu "openSUSE ->" {

View File

@@ -0,0 +1,9 @@
# Visual
GRUB_GFXMODE=1024x768x32
GRUB_GFXPAYLOAD_LINUX=keep
## Menu Colours
set menu_color_normal=white/black
set menu_color_highlight=white/green
menuentry 'Harvester 0.3.0' --class os {
}