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.
|
message=/boot/boot.msg
|
|
|
|
timeout = 120
|
|
default = install
|
|
|
|
device=cd:
|
|
|
|
## CD-ROM Installs ##
|
|
image=cd:,/boot/vmlinux
|
|
label=install
|
|
initrd=cd:,/boot/initrd.img
|
|
initrd-size=8192
|
|
append="root=/dev/ram devfs=nocompat init=/linuxrc rw"
|
|
|
|
image=cd:,/boot/vmlinux
|
|
label=install-novideo
|
|
initrd=cd:,/boot/initrd.img
|
|
initrd-size=8192
|
|
append="root=/dev/ram devfs=nocompat init=/linuxrc rw video=ofonly"
|
|
|