diff options
| author | michael pereira | 2011-07-10 16:57:21 +0200 |
|---|---|---|
| committer | michael pereira | 2011-07-10 16:57:21 +0200 |
| commit | ecc818d48192b58270ba309706b5dbdd90b130d0 (patch) | |
| tree | 982645b33f8485aeafd7c319e676d1656c6628b4 /application/views/scripts/resource | |
| parent | initramfs in vesaconfig gefixt (diff) | |
| download | pbs2-ecc818d48192b58270ba309706b5dbdd90b130d0.tar.gz pbs2-ecc818d48192b58270ba309706b5dbdd90b130d0.tar.xz pbs2-ecc818d48192b58270ba309706b5dbdd90b130d0.zip | |
Session fuer ipxe
Diffstat (limited to 'application/views/scripts/resource')
| -rw-r--r-- | application/views/scripts/resource/getvesamenu.phtml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/application/views/scripts/resource/getvesamenu.phtml b/application/views/scripts/resource/getvesamenu.phtml index a464c61..c920d65 100644 --- a/application/views/scripts/resource/getvesamenu.phtml +++ b/application/views/scripts/resource/getvesamenu.phtml @@ -113,10 +113,13 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none // // localboot(); // } - +foreach($bmelist as $bmelist){ + 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"); - + +} + localboot(); // } |
