isolinux_label.cfg 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. DEFAULT rancheros-${LABEL}
  2. LABEL rancheros-${LABEL}
  3. SAY rancheros-${LABEL}: RancherOS ${VERSION} ${KERNEL_VERSION}
  4. MENU LABEL RancherOS ${VERSION} ${KERNEL_VERSION}
  5. KERNEL ../vmlinuz-${KERNEL_VERSION}
  6. INITRD ../initrd-${VERSION}
  7. # see global.cfg for kernel boot parameters
  8. LABEL rancheros-${LABEL}-autologin
  9. SAY rancheros-${LABEL}-autologin: autologin RancherOS ${VERSION} ${KERNEL_VERSION}
  10. MENU LABEL Autologin on tty1 and ttyS0
  11. MENU INDENT 2
  12. COM32 cmd.c32
  13. APPEND rancheros-${LABEL} rancher.autologin=tty1 rancher.autologin=ttyS0
  14. LABEL rancheros-${LABEL}-debug
  15. SAY rancheros-${LABEL}-debug: debug RancherOS ${VERSION} ${KERNEL_VERSION}
  16. MENU LABEL Debug logging
  17. MENU INDENT 2
  18. COM32 cmd.c32
  19. APPEND rancheros-${LABEL} rancher.debug=true
  20. LABEL rancheros-${LABEL}-debug-autologin
  21. SAY rancheros-${LABEL}-debug-autolgin: debug and autologin RancherOS ${VERSION} ${KERNEL_VERSION}
  22. MENU LABEL Autologin on tty1 and ttyS0 plus Debug logging
  23. MENU INDENT 2
  24. COM32 cmd.c32
  25. APPEND rancheros-${LABEL} rancher.autologin=tty1 rancher.autologin=ttyS0 rancher.debug=true
  26. LABEL rancheros-${LABEL}-recovery
  27. SAY rancheros-${LABEL}-recovery: recovery console RancherOS ${VERSION} ${KERNEL_VERSION}
  28. MENU LABEL Recovery console
  29. MENU INDENT 2
  30. COM32 cmd.c32
  31. APPEND rancheros-${LABEL} rancher.recovery=true
  32. MENU SEPARATOR