.
This commit is contained in:
@@ -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 ->" {
|
||||
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user