[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Installation from kickstart don't eject cdrom



> # 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]