Bug 488540
| Summary: | RFE: Unified Way to Refer to Installation Media | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Daniel Qarras <dqarras> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | anaconda-maint-list |
| 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-03-29 10:16:03 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
Daniel Qarras
2009-03-04 18:57:35 UTC
I've never really liked the cdrom: shortcut, but it works because most people really only have one optical device. However, you can have many USB drives attached at any one time which makes providing such a shortcut a little impractical. However, recently we have added the ability to specify devices by both label and UUID. So, you could do: ks=hd:LABEL=whatever:/path/ks.cfg or ks=hd:UUID=1234-5678-9abc:/path/ks.cfg That doesn't require you to play a guessing game with device nodes between computers. Does this capability provide what you are looking for? > ks=hd:LABEL=whatever:/path/ks.cfg or ks=hd:UUID=1234-5678-9abc:/path/ks.cfg
>
> That doesn't require you to play a guessing game with device nodes between
> computers. Does this capability provide what you are looking for?
Yes! This is exactly what I needed and - to be very honest - implemented much smarter than I was personally thinking! (As a very modest request I hope this will be added to the documentation some day :)
Thanks a lot, I'll close this one!
|