Installation from kickstart don't eject cdrom

Chris Lumens clumens at redhat.com
Mon Aug 13 13:57:00 UTC 2007


> # Reboot after installation
> reboot

Change to read:

reboot --eject

> %post
> eject
> wait
> eject /tmp/cdrom
> wait
> eject /dev/cdrom
> wait

This won't work because when the %post scripts are run, we still have
the CD/DVD mounted.

- Chris




More information about the Kickstart-list mailing list