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.

24 lines
507 B

  1. message=/boot/boot.msg
  2. timeout = 120
  3. default = auto
  4. ## CD-ROM Installs ##
  5. image=/boot/vmlinux
  6. label=auto
  7. initrd=/boot/initrd.gz
  8. initrd-size=12288
  9. append="root=/dev/ram0 devfs=nocompat autoboot=1 rw"
  10. image=/boot/vmlinux
  11. label=install
  12. initrd=/boot/initrd.gz
  13. initrd-size=12288
  14. append="root=/dev/ram0 devfs=nocompat rw"
  15. image=/boot/vmlinux
  16. label=install-novideo
  17. initrd=/boot/initrd.gz
  18. initrd-size=12288
  19. append="root=/dev/ram0 devfs=nocompat rw video=ofonly"