Bug 465952

Summary: Fedora 10-beta live installer ignores ext2 for / partition
Product: [Fedora] Fedora Reporter: Eelco Wesemann <eelco.wesemann>
Component: LiveCDAssignee: Jeremy Katz <katzj>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dcantrell, eelco.wesemann
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-10-07 14:41:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Eelco Wesemann 2008-10-07 12:21:45 UTC
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:

Comment 1 Jeremy Katz 2008-10-07 14:41:36 UTC
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)