Description of problem: liveinst ignores custom filesystem setting of ext2 for root partition Version-Release number of selected component (if applicable): 9.91 livecd (fedora 10-beta) How reproducible: Every time, regardless of encryption or none. Steps to Reproduce: 1. Start install 2. In partition interface change filesystem of / to ext2 3. Continue install Actual results: / partition is ext3 Expected results: / partition is ext2 Additional info:
The live images are "installed" by copying over the actual filesystem image; since the live images are ext3, so is the root of the installed fs. There's really not any way around this (doing a file-based copy is orders of magnitude slower to the point of being pretty infeasible)