Description of problem: Version-Release number of selected component (if applicable): 4.0.6-1 How reproducible: mkinitrd /boot/initrd-2.6.8.1 2.6.8.1 Actual results: due to undefined $MNTPOINT for initramfs it deletes lost+found on "/" filesystem (mkinitrd script, line #556) Additional info: e2fsck reports error about missing lost+found may be cured by embracing line #556 with: if [ -z "$initramfs" ]; then ... fi
Thanks, fixed in CVS (will be in 4.1.1)