summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/views/scripts/resource
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/ipxe/views/scripts/resource')
-rw-r--r--application/modules/ipxe/views/scripts/resource/getvesamenu.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
index 143aea7..9e8b44d 100644
--- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
+++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
@@ -74,7 +74,7 @@
?>
<?php if(isset($this->startcounter))
- echo "TIMEOUT ".$this->startcounter."\n";?>
+ echo "TIMEOUT ".(10*$this->startcounter)."\n";?>
PROMPT 0
DEFAULT /ipxe/vesamenu.c32
@@ -144,7 +144,7 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none
}
}else{
- title ( $this->title . $this->startcounter);
+ title ( $this->title);
$bootosmapper = new Application_Model_BootOsMapper();