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.

29 lines
512 B

  1. partition=1
  2. default=install
  3. read-write
  4. timeout=100
  5. message=/boot/boot.msg
  6. # ReneR: Add texts here, later ...
  7. #image="cat /etc/boot.msg"
  8. # label=1
  9. # single-key
  10. # alias
  11. image[sun4u]=/boot/vmlinux64.gz
  12. label=install
  13. alias=linux
  14. initrd=/boot/initrd.gz
  15. ramdisk=8388608
  16. append="root=/dev/ram devfs=nocompat init=/linuxrc rw"
  17. image[sun4c,sun4d,sun4m]=/boot/vmlinux.gz
  18. label=install
  19. alias=linux
  20. initrd=/boot/initrd.gz
  21. ramdisk=8388608
  22. append="root=/dev/ram devfs=nocompat init=/linuxrc rw"