opensuse.ipxe 536 B

123456789101112131415161718
  1. #!ipxe
  2. isset ${server-ip} || set server-ip www.adriankoshka.xyz
  3. :start
  4. menu OpenSUSE
  5. item --gap -- ------------------------ OpenSUSE distros: ----------------------------
  6. item --key o stable (O)penSUSE Leap Stable
  7. item --gap -- ---------------------------- Options -----------------------------------
  8. item --key g goback (G)o Back to previous menu
  9. choose version && goto ${version} || start
  10. :stable
  11. chain http://${server-ip}/boot/linux/opensuse/stable.ipxe
  12. :goback
  13. chain http://${server-ip}/boot/linux.ipxe