Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#214 closed defect (fixed)

mindi ignores FAILSAFE kernel choice

Reported by: xdelaruelle Owned by: Bruno Cornec
Priority: normal Milestone: 2.2.5
Component: mindi Version: 2.2.4
Severity: normal Keywords:
Cc:

Description

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=""

Attachments (1)

mindi-no_useownkernel.patch (327 bytes ) - added by xdelaruelle 17 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by xdelaruelle, 17 years ago

Summary: mindimindi ignores FAILSAFE kernel choice

by xdelaruelle, 17 years ago

Attachment: mindi-no_useownkernel.patch added

comment:2 by Bruno Cornec, 17 years ago

Resolution: fixed
Status: newclosed

Applied to rev [1809] THanks.

Out of curiosity why do you need the failsafe kernel ? Nowadays everybody should be fine with its distro kernel.

comment:3 by xdelaruelle, 17 years ago

I use the failsafe kernel because the kernel of my RHEL4.5 hangs or panics.

comment:4 by Bruno Cornec, 17 years ago

You could also use a parallel kernel (previous verion) with the -k option. It's easier.

Note: See TracTickets for help on using tickets.