diff options
| author | michael pereira | 2011-07-11 13:05:20 +0200 |
|---|---|---|
| committer | michael pereira | 2011-07-11 13:05:20 +0200 |
| commit | 7230b5cb5a36b80dc861c762dd23f89a9bdc456e (patch) | |
| tree | c0e0d3eb5fa2b0345d6170b547b95a424b063020 /application/modules | |
| parent | redirect raus (diff) | |
| download | pbs2-7230b5cb5a36b80dc861c762dd23f89a9bdc456e.tar.gz pbs2-7230b5cb5a36b80dc861c762dd23f89a9bdc456e.tar.xz pbs2-7230b5cb5a36b80dc861c762dd23f89a9bdc456e.zip | |
uriboot test
Diffstat (limited to 'application/modules')
| -rw-r--r-- | application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml index 836d991..b470c85 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -118,6 +118,10 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none $bootosmapper = new Application_Model_BootOsMapper(); +uriboot ( "Ubuntu 10.04", + "http://$this->host/resource/getkernel/alpha/0/bootmenuentryID/7/file/kernel", "initrd=http://$this->host/resource/getinitramfs/alpha/0/bootmenuentryID/7/file/initramfs alpha=0 file=http://$this->host/resource/getconfig/alpha/0/bootmenuentryID/7/file/default.tgz"); + + if(isset($this->bmelist)){ foreach($this->bmelist as $bme){ |
