Bug 231829

Summary: [Anaconda Custom Installation] Block device for the CDROM unavailable for the postinst operation
Product: [Fedora] Fedora Reporter: Olivier BONHOMME <obonhomme>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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-03-23 18:25:30 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 Olivier BONHOMME 2007-03-12 12:53:53 UTC
Description of problem:

When the CD-ROM is mounted in the beginning of the installation, the block
device is deleted in the /tmp directory. Then, it is impossible to mount again
the CD-ROM while the postinst stage.

Version-Release number of selected component (if applicable):

Fedora Core 6 - Anaconda 11

How reproducible:

Making a custom installer and try to access the CD-ROM from a shell while the
installation

Steps to Reproduce:
1. Make a custom installer using buildinstall from anaconda-runtime package.
2. Burn an iso image
3. Try to install the system
4 .When anaconda is started (after the CD-ROM detection), open a shell and list
the /tmp directory
  
Actual results:

The /tmp/cdrom device is not present.

Expected results:

The /tmp/cdrom should be already present.

Additional info:

N/A

Comment 1 Jeremy Katz 2007-03-23 18:25:30 UTC
It's mountable, but you have to find and mount the actual device node.  This is
intentional

Comment 2 Olivier BONHOMME 2007-03-28 13:49:21 UTC
(In reply to comment #1)
> It's mountable, but you have to find and mount the actual device n

Do you mean by looking in the /proc filesystem ? (That's the way I did)

Anyway, I think that this case should be documented in the official anaconda
documentation. On all documentations I found, people suppose that the device
node is still available