Create live-image for Grit OS

archiso_tail.cfg 615B

12345678910111213141516171819202122232425262728
  1. LABEL existing
  2. TEXT HELP
  3. Boot an existing operating system.
  4. Press TAB to edit the disk and partition number to boot.
  5. ENDTEXT
  6. MENU LABEL Boot existing OS
  7. COM32 boot/syslinux/chain.c32
  8. APPEND hd0 0
  9. # http://www.memtest.org/
  10. LABEL memtest
  11. MENU LABEL Run Memtest86+ (RAM test)
  12. LINUX boot/memtest
  13. # http://hdt-project.org/
  14. LABEL hdt
  15. MENU LABEL Hardware Information (HDT)
  16. COM32 boot/syslinux/hdt.c32
  17. APPEND modules_alias=boot/syslinux/hdt/modalias.gz pciids=boot/syslinux/hdt/pciids.gz
  18. LABEL reboot
  19. MENU LABEL Reboot
  20. COM32 boot/syslinux/reboot.c32
  21. LABEL poweroff
  22. MENU LABEL Power Off
  23. COM32 boot/syslinux/poweroff.c32