[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Installation from kickstart don't eject cdrom
- From: Chris Lumens <clumens redhat com>
- To: Kickstart-list redhat com
- Cc:
- Subject: Re: Installation from kickstart don't eject cdrom
- Date: Mon, 13 Aug 2007 09:57:00 -0400
> # 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]