Boot menus - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Boot menus (/showthread.php?tid=6) |
Boot menus - mcb30 - 2011-04-07 03:10 Just in case it's useful to anyone: it looks as though University of Science and Technology of China (USTC) is using a menuing system based on iPXE (upgraded from gPXE) and Syslinux 4.0.3: http://onebitbug.me/ustc-ethernet-boot-service-update-2011-04-01 It makes me happy to see people using goto and some of the other new scripting capabilities. RE: Boot menus - robinsmidsrod - 2011-04-07 08:58 (2011-04-07 03:10)mcb30 Wrote: It makes me happy to see people using goto and some of the other new scripting capabilities. I only found one reference, http://git.onebitbug.me/?p=ustc-pxe.git;a=blob;f=src/boot.ipxe;h=85088bc3e6b9d1a48a9ed9e58eb3e18cdd043c75;hb=HEAD, did you find any other? RE: Boot menus - Sha0 - 2011-08-08 17:59 (2011-04-07 08:58)robinsmidsrod Wrote: I only found one reference, http://git.onebitbug.me/?p=ustc-pxe.git;a=blob;f=src/boot.ipxe;h=85088bc3e6b9d1a48a9ed9e58eb3e18cdd043c75;hb=HEAD, did you find any other?Perhaps that was the reference that mcb30 was referring to. I see use of '||', a label, and 'goto' in that script. Yay, scripting! |