https://bugzilla.redhat.com/beta/show_bug.cgi?id=147272 Any reason if we hit this case we shouldn't always eject the CD? I think this is why we don't eject with boot.iso on mac. Paul
Index: cdinstall.c =================================================================== RCS file: /usr/local/CVS/anaconda/loader2/cdinstall.c,v retrieving revision 1.28 diff -u -r1.28 cdinstall.c --- cdinstall.c 23 Sep 2004 18:18:57 -0000 1.28 +++ cdinstall.c 23 Feb 2005 14:12:39 -0000 @@ -378,6 +378,7 @@ "and press %s to retry."), getProductName(), getProductName(), _("OK")); + ejectCdrom(); rc = newtWinChoice(_("CD Not Found"), _("OK"), _("Back"), buf, _("OK")); free(buf);