Create live-image for Grit OS

archiso_pxe32.cfg 1009B

123456789101112131415161718192021222324252627282930313233
  1. LABEL arch32_nbd
  2. TEXT HELP
  3. Boot the Grit OS (i686) live medium (Using NBD).
  4. It allows you to install Grit OS or perform system maintenance.
  5. ENDTEXT
  6. MENU LABEL Boot Grit OS (i686) (NBD)
  7. LINUX boot/i686/vmlinuz
  8. INITRD boot/i686/archiso.img
  9. APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver}
  10. SYSAPPEND 3
  11. LABEL arch32_nfs
  12. TEXT HELP
  13. Boot the Grit OS (i686) live medium (Using NFS).
  14. It allows you to install Grit OS or perform system maintenance.
  15. ENDTEXT
  16. MENU LABEL Boot Grit OS (i686) (NFS)
  17. LINUX boot/i686/vmlinuz
  18. INITRD boot/i686/archiso.img
  19. APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt
  20. SYSAPPEND 3
  21. LABEL arch32_http
  22. TEXT HELP
  23. Boot the Grit OS (i686) live medium (Using HTTP).
  24. It allows you to install Grit OS or perform system maintenance.
  25. ENDTEXT
  26. MENU LABEL Boot Grit OS (i686) (HTTP)
  27. LINUX boot/i686/vmlinuz
  28. INITRD boot/i686/archiso.img
  29. APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
  30. SYSAPPEND 3