tinycore.ipxe 416 B

1234567891011121314151617181920212223
  1. #!ipxe
  2. # TinyCoreLinux
  3. # http://tinycorelinux.net/downloads.html
  4. # For now there is only one menu entry
  5. set tmirror tinycorelinux.net
  6. :tinycore_menu
  7. set dir 6.x/x86/release
  8. menu TinyCoreLinux
  9. item --key c Core Core (8 MB)
  10. choose version || goto tinycore_exit
  11. echo ${cls}
  12. kernel ${memdisk} iso raw ${params}
  13. initrd http://${tmirror}/${dir}/${version}-current.iso
  14. boot
  15. :tinycore_exit
  16. clear menu
  17. chain linux.ipxe