Create live-image for Grit OS

archiso_pxe64.cfg 1.0KB

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