parabolaiso_pxe32.cfg 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. LABEL parabola32_nbd
  2. TEXT HELP
  3. Boot the Parabola GNU/Linux-libre (i686) live medium (Using NBD).
  4. It allows you to install Parabola GNU/Linux-libre or perform system maintenance.
  5. ENDTEXT
  6. MENU LABEL Boot Parabola GNU/Linux-libre (i686) (NBD)
  7. LINUX boot/i686/vmlinuz
  8. INITRD boot/i686/parabolaiso.img
  9. APPEND parabolaisobasedir=%INSTALL_DIR% parabolaisolabel=%PARABOLAISO_LABEL% parabolaiso_nbd_srv=${pxeserver}
  10. SYSAPPEND 3
  11. LABEL parabola32_nfs
  12. TEXT HELP
  13. Boot the Parabola GNU/Linux-libre (i686) live medium (Using NFS).
  14. It allows you to install Parabola GNU/Linux-libre or perform system maintenance.
  15. ENDTEXT
  16. MENU LABEL Boot Parabola GNU/Linux-libre (i686) (NFS)
  17. LINUX boot/i686/vmlinuz
  18. INITRD boot/i686/parabolaiso.img
  19. APPEND parabolaisobasedir=%INSTALL_DIR% parabolaiso_nfs_srv=${pxeserver}:/run/parabolaiso/bootmnt
  20. SYSAPPEND 3
  21. LABEL parabola32_http
  22. TEXT HELP
  23. Boot the Parabola GNU/Linux-libre (i686) live medium (Using HTTP).
  24. It allows you to install Parabola GNU/Linux-libre or perform system maintenance.
  25. ENDTEXT
  26. MENU LABEL Boot Parabola GNU/Linux-libre (i686) (HTTP)
  27. LINUX boot/i686/vmlinuz
  28. INITRD boot/i686/parabolaiso.img
  29. APPEND parabolaisobasedir=%INSTALL_DIR% parabolaiso_http_srv=http://${pxeserver}/
  30. SYSAPPEND 3