mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.2 KiB

  1. partition=1
  2. default=linux
  3. read-write
  4. timeout=100
  5. message=/etc/boot.msg
  6. image="cat /etc/boot.msg"
  7. label=1
  8. single-key
  9. image="cat /etc/general.msg"
  10. label=2
  11. single-key
  12. image="cat /etc/expert.msg"
  13. label=3
  14. single-key
  15. image="cat /etc/rescue.msg"
  16. label=4
  17. single-key
  18. image="cat /etc/kickit.msg"
  19. label=5
  20. single-key
  21. image="cat /etc/param.msg"
  22. label=6
  23. single-key
  24. image[sun4u]=/boot/vmlinux64.gz
  25. label=linux
  26. alias=install
  27. initrd=/boot/initrd64.img
  28. image[sun4c,sun4d,sun4m]=/boot/vmlinux32.gz
  29. label=linux
  30. alias=install
  31. initrd=/boot/initrd32.img
  32. image[sun4u]=/boot/vmlinux64.gz
  33. label=text
  34. append=text
  35. initrd=/boot/initrd64.img
  36. image[sun4c,sun4d,sun4m]=/boot/vmlinux32.gz
  37. label=text
  38. append=text
  39. initrd=/boot/initrd32.img
  40. image[sun4u]=/boot/vmlinux64.gz
  41. label=expert
  42. append=expert
  43. initrd=/boot/initrd64.img
  44. image[sun4c,sun4d,sun4m]=/boot/vmlinux32.gz
  45. label=expert
  46. append=expert
  47. initrd=/boot/initrd32.img
  48. image[sun4u]=/boot/vmlinux64.gz
  49. label=ks
  50. append=ks
  51. initrd=/boot/initrd64.img
  52. image[sun4c,sun4d,sun4m]=/boot/vmlinux32.gz
  53. label=ks
  54. append=ks
  55. initrd=/boot/initrd32.img