ack. On 10/31/2009 12:20 AM, David Cantrell wrote:
Part of the changes necessary for #475675, we need to take the cio_ignore parameter (if it exists) given during installation and write it to the parameter list in /etc/zipl.conf on the target system. --- booty/bootloaderInfo.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/booty/bootloaderInfo.py b/booty/bootloaderInfo.py index bb51294..26f8bcc 100644 --- a/booty/bootloaderInfo.py +++ b/booty/bootloaderInfo.py @@ -154,6 +154,10 @@ class KernelArguments: ourargs = ["speakup_synth", "apic", "noapic", "apm", "ide", "noht", "acpi", "video", "pci", "nodmraid", "nompath", "nomodeset", "noiswmd"] + + if iutil.isS390(): + ourargs.append("cio_ignore") + for arg in ourargs: if not flags.cmdline.has_key(arg): continue
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list