Bug 218492

Summary: LiveCD: root fs is marked to be fscked
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: distributionAssignee: David Zeuthen <davidz>
Status: CLOSED RAWHIDE QA Contact: Bill Nottingham <notting>
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: dcantrell, mclasen, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-12-06 00:29:07 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:
Bug Depends On:    
Bug Blocks: 217945    
Attachments:
Description Flags
patch for this none

Description Bill Nottingham 2006-12-05 18:50:17 UTC
fstab on the live cd is marked as:

/dev/mapper/livecd-rw / ext3 defaults,noatime 1 1

You want '0 0' at the end, otherwise it will try to fsck it. This should remove
the need to boot with 'fastboot'.

Comment 1 Bill Nottingham 2006-12-05 22:21:19 UTC
Created attachment 142896 [details]
patch for this

This patch sets up any /dev/mapper root so that it's not fscked, and removes
'fastboot' from the command line.

Comment 2 David Zeuthen 2006-12-06 00:29:07 UTC
I've committed something like this. Thanks!

http://gitweb.freedesktop.org/?p=users/david/pilgrim.git;a=commitdiff;h=b55ab2537e75b67b0b93b081d8867686bafb5076

Will do a new livecd spin tonight.