Opened 15 years ago

Closed 14 years ago

#354 closed defect (fixed)

mindi support for ext3 on initrd

Reported by: checco Owned by: Bruno Cornec
Priority: normal Milestone: 2.2.9
Component: mindi Version: 2.2.8
Severity: normal Keywords: initrd ext3 mindi
Cc:

Description

Subject: mindi support for ext3 on initrd

Details: vmlinuz for 2.6.30 uses ext3 (for initrd), but mindi does not support this. specifically in 2 places.

1) GetInitrdFilesystemToUse() This can be updated by adding another "magic" test string

  • "<3>EXT3-fs: blocksize too small for journal device."

2) case for handling result from "GetInitrdFilesystemToUse" (line 2361)

  • perhaps we can dup the ext2fs case?

Is there a better workaround?

Change History (5)

comment:1 by Bruno Cornec, 15 years ago

Status: newassigned

Thanks for your report. I propose the following patch [2390] to support that feature. Could you try it on your version and report back again here ?

TIA

comment:2 by Bruno Cornec, 15 years ago

If you want me to produce a package for your distribution in order for you to test the fix, please provide information (distro name, or base, version, architecture).

comment:3 by Bruno Cornec, 15 years ago

Can I consider that this is solved with the latest beta available ?

comment:4 by Bruno Cornec, 15 years ago

2.2.9 is now offcially available. Could you confirm that this bug is indeed fixed ?

comment:5 by Bruno Cornec, 14 years ago

Milestone: 2.2.102.2.9
Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.