feat: add syslinux config files
- remove old one that wasn't useful
This commit is contained in:
parent
b0e6ce8c1b
commit
ecdd85e5fe
|
@ -1,3 +0,0 @@
|
||||||
LABEL EFI
|
|
||||||
CONFIG syslnx64.cfg
|
|
||||||
APPEND /EFI/BOOT
|
|
8
syslinux/syslinux.cfg
Executable file
8
syslinux/syslinux.cfg
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
MENU TITLE Legacy boot
|
||||||
|
UI vesamenu.c32
|
||||||
|
TIMEOUT 50
|
||||||
|
TOTALTIMEOUT 3000
|
||||||
|
|
||||||
|
DEFAULT cloud-init-latest
|
||||||
|
|
||||||
|
INCLUDE /syslinux/mainmenu.cfg
|
8
syslinux/syslx64.cfg
Executable file
8
syslinux/syslx64.cfg
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
MENU TITLE UEFI boot
|
||||||
|
UI vesamenu.c32
|
||||||
|
TIMEOUT 50
|
||||||
|
TOTALTIMEOUT 3000
|
||||||
|
|
||||||
|
DEFAULT cloud-init-latest
|
||||||
|
|
||||||
|
INCLUDE /syslinux/mainmenu.cfg
|
Loading…
Reference in New Issue
Block a user