Bug 633262
Summary: | RFE: remove "rhgb quiet" from appended kernel params | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jaroslav Kortus <jkortus> |
Component: | cobbler | Assignee: | Bill Peck <bpeck> |
Status: | CLOSED DEFERRED | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 15 | CC: | awood, bpeck, dcallagh, jimi, kbaker, mcsontos, rmancy, scott, vanmeeuwen+fedora |
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: | 2012-08-22 23:27:41 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
Jaroslav Kortus
2010-09-13 12:56:33 UTC
It must be that anaconda is adding these. If you know how to tell anaconda to not add these then I'd be happy to do it. Until/unless Anaconda gives us a way to stop it from adding these options, there is nothing Beaker can do. You can file a bug against Anaconda, or add a %post scriptlet to fiddle with the grub config: <ks_appends> <ks_append> %post sed -i -e 's/rhgb quiet//' /boot/grub/grub.conf </ks_append> </ks_appends> |