Opened 12 years ago
Closed 12 years ago
#680 closed defect (fixed)
error in shell-script mindi
Reported by: | victor gattegno | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | normal | Milestone: | 3.0.4 |
Component: | mindi | Version: | 3.0.3 |
Severity: | normal | Keywords: | initramfs RHEL3 |
Cc: | victor gattegno, rue |
Description
In /usr/sbin/mindi I see :
Line 739: local lcMagicInitfs="<6>checking if image is initramfs...|<6>Unpacking initramfs...|<6>Trying to unpack rootfs image as Line 740: initramfs"
The initramfs line 740 should be instead at the end of line 739.
That could impact ticket #679 concerning RHEL 3 mondo boot problem; as I see in the related RHEL 3 mondoarchive.log
INFO: GetInitrdFilesystemToUse(): called with parameter: /boot/vmlinuz-2.4.21-50.EL INFO: GetInitrdFilesystemToUse(): Filesytem to use for initial ram disk is initramfs.
Instead of initramfs we should get ext2fs or ext3fs.
We'll test that modification.
Note:
See TracTickets
for help on using tickets.
This is already fixed in rev [3093].
I have made test rpms for RHEL5 and 6 for this version of mindi. I'll do RHEL4 and 3 as well for you to check.