Added the below commands in post part of kick start file and it stared ejecting the DVD now at the end of instllation Thanks for your suggestions Regards, Arul
%post /usr/bin/eject /dev/sr0 eject From: Paul Robert Marino [mailto:[email protected]] Sent: Monday, October 21, 2013 9:14 PM To: Edison, Arul (GE Healthcare); [email protected] Cc: Edison, Arul (GE Healthcare) Subject: RE: issue in CD not ejecting at the end of OS installation Eject is a valid kickstart directive you don't need to put it in a post. Additionally if you don't include the eject package in your package then in a post statement it won't work because the post by default execute chrooted into the installed OS -- Sent from my HP Pre3 ________________________________ On Oct 21, 2013 8:13, Edison, Arul (GE Healthcare) <[email protected]<mailto:[email protected]>> wrote: Hi All, In the kick start file, I have mentioned eject at post section at the end. Still installation DVD is not ejecting . suggestion on what needs to be configured is welcome #platform=x86, AMD64, or Intel EM64T #version=DEVEL # Firewall configuration firewall --disabled install cdrom graphical firstboot --disable keyboard us lang en_US selinux --disabled logging --level=info ..... %packages %post eject %end -----Original Message----- From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Edison, Arul (GE Healthcare) Sent: Monday, October 21, 2013 3:54 PM To: [email protected]<mailto:[email protected]> Subject: issue in CD not ejecting at the end of OS installation HI, I am porting my application from Redhat to Scientific Linux 6.3 In Scientific Linux the CD is not ejecting at the end of installation though I have added eject at the end of my kick start file. Can someone point how to fix this issue Thanks, Arul
