Bug 235610
Summary: | RFE: minimal busybox subpackage for use with petitboot bootloader. | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | David Woodhouse <dwmw2> | ||||||||
Component: | busybox | Assignee: | Ivana Varekova <varekova> | ||||||||
Status: | CLOSED RAWHIDE | 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-04-10 20:02:20 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: | 235611 | ||||||||||
Attachments: |
|
Description
David Woodhouse
2007-04-07 23:12:08 UTC
Created attachment 151922 [details]
config file for petitboot
It seems that the addition of -lsepol to $(cmd_link) in Rules.mak, which is done by busybox-1.2.0-selinux.patch, isn't actually needed. It gets added to $(LIBRARIES) anyway. Removing that makes the minimal busybox.petitboot no longer link against libsepol -- while the other two builds do still link against it correctly. Having done that, we can remove busybox-1.2.0-gcc41.patch entirely -- it doesn't do anything except add a single space on the line previously modified by the selinux patch. Created attachment 151923 [details]
CVS repository patch.
I think you have to turn off CONFIG_BUILD_AT_ONCE (in busybox-petitboot.config) because it fails otherwise. It would save about 30KiB though, so I'll look into fixing it at some point. Created attachment 152088 [details]
correct config file
This is the config file to use.
|