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.

21 lines
413 B

  1. partition=1
  2. default=livecd
  3. read-write
  4. timeout=100
  5. message=/boot/boot.msg
  6. image[sun4u]=/boot/vmlinux64.gz
  7. label=livecd
  8. alias=linux
  9. initrd=/boot/initrd.gz
  10. ramdisk=8388608
  11. append="root=/dev/ram devfs=nocompat init=/linuxrc rw"
  12. image[sun4c,sun4d,sun4m]=/boot/vmlinux.gz
  13. label=livecd
  14. alias=linux
  15. initrd=/boot/initrd.gz
  16. ramdisk=8388608
  17. append="root=/dev/ram devfs=nocompat init=/linuxrc rw"