not sure if this is the best place to post it but it seems closely
related enuf to me (its just that its not anaconda) ...
i have modified the syslinux.cfg file in my rh7.3 - cdboot.img to
reflect my needs when i install a new machine.
label test
kernel vmlinuz
append initrd=initrd.img lang= text devfs=nomount ramdisk_size=8192
nofb ks=floppy dd vga=0f00
Recently i tried adding the 'mediacheck' option to this 'append' line
and i have discovered that the 'ks=floppy' and 'mediacheck' options do
not like each other. The mediacheck option will only work if i remove
the ks=floppy option and vice versa. I need both options ...
any ideas?