Bug 528687
| Summary: | Allow febootstrap-run to be called by root | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alexey Torkhov <atorkhov> | ||||
| Component: | febootstrap | Assignee: | Richard W.M. Jones <rjones> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | rjones | ||||
| 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: | 2009-10-13 13:48:35 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: | |||||||
| Attachments: |
|
||||||
|
Description
Alexey Torkhov
2009-10-13 11:38:18 UTC
Created attachment 364575 [details]
patch
There are bug 525778, but my patch is contains better patch as it disables fakeroot run and allows to do 32-on-64 install (with setarch). Which is not possible without root run according to man page. Interesting if you could document how to do 32-on-64 installs somewhere. I pushed the patch here: http://git.et.redhat.com/?p=febootstrap.git;a=commit;h=e0948419331d56c8f95fdeba2bca12ed5b5f1270 Any comments on bug 528685? (In reply to comment #3) > Any comments on bug ------? I mean, bug 528577. (In reply to comment #3) > Interesting if you could document how to do 32-on-64 > installs somewhere. Command like this works for me from root: LANG=C i386 febootstrap fedora-11 fedora-test -u updates-released-f11 -i bash From user or without LANG=C it fails with various errors. OK this is upstream, closing now. |