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.

20 lines
422 B

  1. message=/boot/boot.msg
  2. timeout = 120
  3. default = install
  4. device=cd:
  5. ## CD-ROM Installs ##
  6. image=cd:,/boot/vmlinux
  7. label=install
  8. initrd=cd:,/boot/initrd.img
  9. initrd-size=8192
  10. append="root=/dev/ram devfs=nocompat init=/linuxrc rw"
  11. image=cd:,/boot/vmlinux
  12. label=install-novideo
  13. initrd=cd:,/boot/initrd.img
  14. initrd-size=8192
  15. append="root=/dev/ram devfs=nocompat init=/linuxrc rw video=ofonly"