Bug 725115

Summary: /bin/mountpoint is missing from boot.iso
Product: [Fedora] Fedora Reporter: Brian Lane <bcl>
Component: loraxAssignee: Martin Gracik <mgracik>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: rawhideCC: anaconda-maint-list, bcl, dmach, mgracik
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: lorax-16.3-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-09-12 10:22:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Brian Lane 2011-07-22 21:55:40 UTC
ifup uses /etc/init.d/functions which uses /bin/mountpoint

maybe ifup shouldn't do that? I see that mountpoint is owned by sysvinit-tools which presumably aren't going to be installed so I'm not sure what is ultimately responsible.

Running 'ifup eth0' does bring up the network, but it spits out a number of errors about /bin/mountpoint missing.

Comment 1 Martin Gracik 2011-07-26 08:09:37 UTC
Well shouldn't we assign this to ifup then?

Comment 2 Martin Gracik 2011-07-29 07:53:28 UTC
So initscripts have sysvinit-tools as a dependency, and I fixed the removing of /bin/* in the template, so it should be fixed now.