[PATCH 3/3] Copy cio_ignore kernel parameter to zipl.conf on s390 (#475675).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
-- 
1.6.2.5

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux