[PATCH] Preserve net.ifnames cmdline arg (#1102401)

Brian C. Lane bcl at redhat.com
Wed May 28 22:54:25 UTC 2014


---
 pyanaconda/bootloader.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index a67d79c..4cf0f4a 100644
--- a/pyanaconda/bootloader.py
+++ b/pyanaconda/bootloader.py
@@ -255,7 +255,8 @@ class BootLoader(object):
     global_preserve_args = ["speakup_synth", "apic", "noapic", "apm", "ide",
                             "noht", "acpi", "video", "pci", "nodmraid",
                             "nompath", "nomodeset", "noiswmd", "fips",
-                            "selinux", "biosdevname", "ipv6.disable"]
+                            "selinux", "biosdevname", "ipv6.disable",
+                            "net.ifnames"]
     preserve_args = []
 
     _trusted_boot = False
-- 
1.9.3



More information about the anaconda-patches mailing list