diff options
Diffstat (limited to 'application/modules/ipxe/views/scripts')
| -rw-r--r-- | application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml index 3603c0a..dd2cf9c 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -73,9 +73,11 @@ ?> -<?php if(isset($this->startcounter)) - echo "TIMEOUT ".$this->startcounter;?> -PROMPT 0 +<?php if(isset($this->startcounter)) + echo "TIMEOUT ".$this->startcounter; + else + echo "PROMPT 1";?> + DEFAULT /ipxe/vesamenu.c32 MENU BACKGROUND /ipxe/pbs2.png |
