Bug 217967

Summary: LiveCD: unmount /mnt/squashfs in livecd init
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: distributionAssignee: David Zeuthen <davidz>
Status: CLOSED CURRENTRELEASE QA Contact: Bill Nottingham <notting>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: 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: 2007-04-17 18:58:58 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: 150225    

Description Bill Nottingham 2006-11-30 22:20:01 UTC
Right now, there is still in /proc/mounts:

/dev/loop120 /mnt/squashfs blah blah

This confuses the shutdown scripts. It can be fixed by doing:

 umount("/mnt/squashfs", MNT_DETACH);

in the init for the livecd. (This is what we do for nfs root, actually.)

Comment 1 Matthias Clasen 2007-04-17 18:58:58 UTC
This should be fixed in the current releases according to David.