Bug 184468
Summary: | RELNOTES - Summarize the release note suggestion/content | ||
---|---|---|---|
Product: | [Retired] Fedora Documentation | Reporter: | Tom Horsley <horsley1953> |
Component: | release-notes | Assignee: | Release Notes Tracker <relnotes> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Karsten Wade <kwade> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | devel | CC: | kwade |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | FC5 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-03-08 23:32:10 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
Tom Horsley
2006-03-08 23:20:41 UTC
Thanks, this bug was fixed for the FC5 final notes. We had some problems with the output XML from the Wiki concatenating lines of commands together. From: http://fedoraproject.org/wiki/Docs/Beats/Kernel That now reads: su -c 'yum install yum-utils' su -c 'yumdownloader --source kernel' That is, use yum to install yum-utils, which includes yumdownloader. Use yumdownloader to get the kernel source. Do all this using su -c, asking su to run a command as the super user (root). |