diff options
| author | michael pereira | 2011-09-20 17:16:37 +0200 |
|---|---|---|
| committer | michael pereira | 2011-09-20 17:16:37 +0200 |
| commit | c87a443c5e0c95b3caec253b4bc4472891ed208f (patch) | |
| tree | af70a0f9d49151570fb6b7fcdc822c4e13605145 /application/modules/ipxe | |
| parent | vesamenu (diff) | |
| download | pbs2-c87a443c5e0c95b3caec253b4bc4472891ed208f.tar.gz pbs2-c87a443c5e0c95b3caec253b4bc4472891ed208f.tar.xz pbs2-c87a443c5e0c95b3caec253b4bc4472891ed208f.zip | |
vesamenu
Diffstat (limited to 'application/modules/ipxe')
| -rw-r--r-- | application/modules/ipxe/controllers/AuthController.php | 2 | ||||
| -rw-r--r-- | application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/ipxe/controllers/AuthController.php b/application/modules/ipxe/controllers/AuthController.php index 09df25a..c656cd4 100644 --- a/application/modules/ipxe/controllers/AuthController.php +++ b/application/modules/ipxe/controllers/AuthController.php @@ -78,7 +78,7 @@ class Ipxe_AuthController extends Zend_Controller_Action } $result .= "set 210:string http://".$_SERVER['HTTP_HOST']."/\n"; - $result .= "chain \${210:string}ipxe/resource/getpxelinux/alpha/".$session->getAlphasessionID(); + $result .= "chain \${210:string}ipxe/resource/getpxelinux/alpha/".$session->getAlphasessionID()."/file/pxelinux.0\n"; header("Content-Length: ".(strlen($result))); diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml index 63d81f4..499ac9b 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -58,7 +58,7 @@ ?> TIMEOUT 100 PROMPT 0 -DEFAULT <?php echo "http://$this->host/ipxe/resource/getvesamenu/alpha/$this->alphaID\n"; ?> +DEFAULT <?php echo "http://$this->host/ipxe/resource/getvesamenu/alpha/$this->alphaID/file/vesamenu.conf\n"; ?> MENU BACKGROUND http://pbs2.mp.openslx.org/media/img/pbs2.png MENU WIDTH 78 |
