Opened 16 years ago
Closed 16 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 , 16 years ago
| Status: | new → assigned |
|---|
comment:2 by , 16 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:4 by , 16 years ago
2.2.9 is now offcially available. Could you confirm that this bug is indeed fixed ?
comment:5 by , 16 years ago
| Milestone: | 2.2.10 → 2.2.9 |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |

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