﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
214	mindi ignores FAILSAFE kernel choice	xdelaruelle	Bruno Cornec	"When I run mindi, it asks me :

""Do you want to use your own kernel to build the boot disk ([y]/n) ?""

I answer it ""n"", but my own kernel is still used.

Here is a tiny patch against the mindi script of the mindi-2.0.0-1.rhel4.src.rpm package that I downloaded today (11/14) :

--- /usr/sbin/mindi.bak	2007-11-14 13:41:03.000000000 +0100
+++ /usr/sbin/mindi	2007-11-14 13:41:28.000000000 +0100
@@ -3421,6 +3421,8 @@
 	read ch
 	if [ ""$ch"" != ""n"" ] && [ ""$ch"" != ""N"" ] ; then
 	    USE_OWN_KERNEL=""yes""
+	else
+	    USE_OWN_KERNEL=""no""
 	fi
 	if [ ""$USE_OWN_KERNEL"" = ""yes"" ]; then
 		YOUR_KERNEL_SUCKS="""""	defect	closed	normal	2.2.5	mindi	2.2.4	normal	fixed		
