Bug 1042766 - s390/generic.prm: use symbolic console dev identifier
Summary: s390/generic.prm: use symbolic console dev identifier
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: lorax
Version: rawhide
Hardware: s390x
OS: Linux
medium
high
Target Milestone: ---
Assignee: Brian Lane
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1042765
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-13 10:15 UTC by Hendrik Brueckner
Modified: 2014-03-27 17:16 UTC (History)
6 users (show)

Fixed In Version: lorax-21.0-1
Doc Type: Bug Fix
Doc Text:
Clone Of: 1042765
Environment:
Last Closed: 2014-03-27 17:16:17 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1081596 1 None None None 2021-01-20 06:05:38 UTC

Internal Links: 1081596

Description Hendrik Brueckner 2013-12-13 10:15:55 UTC
+++ This bug was initially created as a clone of Bug #1042765 +++

The generic.prm file lists the console device using a hard-coded device number. This can fail if the console device is different, for example, on z/VM.

With kernel v3.10 and later, symbolic identifiers for the console device and ipl device can be used.

This bugzilla is about to replace the hard-carded console device with the "consdev" identifier.  In the generic.prm, change

         "cio_ignore=all,!0.0.0009"

to

         "cio_ignore=all,!condev


Note You need to log in before you can comment on or make changes to this bug.