On Tue, 2003-09-23 at 17:01, Ricky Chawla wrote: > eject /dev/hdc > eject > eject /dev/cdrom > > but none of them work ? eject doesn't exist in the installer environment. You can either eject from the post or do something like the following in your %pre PYTHONPATH=/usr/lib/anaconda python -c 'import isys; isys.ejectCdrom("/dev/hdc")' Cheers, Jeremy