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
436 B

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