> Sounds easy enough. But isn't it already mounted? You're installing
> from it.
> from it.
But once the install is over, I don't think it is mounted anymore. Try to add these in ks.cfg
###
%post
/usr/sbin/updfstab
/bin/mount /mnt/cdrom
###
The DVD/CD should be accessible now at /mnt/cdrom.
Ajay