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.

18 lines
386 B

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