[isolinux] fix boot statements in order to make them work with isohybrid
This commit is contained in:
parent
137619c9d1
commit
f3e0beeadc
@ -1,5 +1,5 @@
|
|||||||
include menu.cfg
|
INCLUDE menu.cfg
|
||||||
default vesamenu.c32
|
DEFAULT vesamenu.c32
|
||||||
prompt 1
|
PROMPT 1
|
||||||
timeout 100
|
TIMEOUT 100
|
||||||
ui gfxboot bootlogo
|
UI gfxboot bootlogo
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
prompt 1
|
DEFAULT vesamenu.c32
|
||||||
display isolinux.txt
|
UI gfxboot bootlogo
|
||||||
timeout 300
|
PROMPT 1
|
||||||
include menu.cfg
|
DISPLAY isolinux.txt
|
||||||
include exithelp.cfg
|
TIMEOUT 300
|
||||||
|
INCLUDE menu.cfg
|
||||||
|
INCLUDE exithelp.cfg
|
||||||
|
|
||||||
f1 f1.txt
|
f1 f1.txt
|
||||||
f2 f2.txt
|
f2 f2.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user