[rhel6-branch] Replace hard-coded console device in generic.prm. (#1081596)

Samantha N. Bueno sbueno+anaconda at redhat.com
Tue Apr 29 17:03:13 UTC 2014


On s390x, symbolic identifiers for the console and ipl devices can
be used (see rhbz#1053131), so replace the hard-coded console device
with the console device identifier.

Resolves: rhbz#1081596
---
 bootdisk/s390x/generic.prm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootdisk/s390x/generic.prm b/bootdisk/s390x/generic.prm
index e953ce2..aa54187 100644
--- a/bootdisk/s390x/generic.prm
+++ b/bootdisk/s390x/generic.prm
@@ -1 +1 @@
-root=/dev/ram0 ro ip=off ramdisk_size=40000 cio_ignore=all,!0.0.0009
+root=/dev/ram0 ro ip=off ramdisk_size=40000 cio_ignore=all,!condev
-- 
1.8.3.1



More information about the anaconda-patches mailing list