This commit is contained in:
Jonas Forsberg
2021-10-14 18:00:49 +02:00
parent 2377428836
commit 8a2650de59
4 changed files with 36 additions and 2 deletions

View File

@@ -4,13 +4,19 @@ set timeout=60
# Default boot entry
set default=boot-bios
# Menu Colours
# Visual
GRUB_GFXMODE=1024x768x32
GRUB_GFXPAYLOAD_LINUX=keep
## Menu Colours
set menu_color_normal=white/black
set menu_color_highlight=white/green
menuentry 'Continue to normal BIOS boot' --id boot-bios --class exit {
exit
}
submenu "Harvester ->" {
configfile harvester.cfg
}
submenu "openSUSE ->" {

View File

@@ -30,6 +30,7 @@ Add files to tftpboot:
- name: /srv/tftpboot
- source: salt://atftp/files
- include_empty: True
- replace: False
Start the atftpd.socket:
service.running: