[PATCH master] Pass biosdevname boot option to installed system (#1023609)

Radek Vykydal rvykydal at redhat.com
Tue Nov 5 07:46:15 UTC 2013


I'd like to have it in F20, perhaps post Beta, we'll see.

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

diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index 70c8c40..51f7f24 100644
--- a/pyanaconda/bootloader.py
+++ b/pyanaconda/bootloader.py
@@ -246,7 +246,7 @@ class BootLoader(object):
     global_preserve_args = ["speakup_synth", "apic", "noapic", "apm", "ide",
                             "noht", "acpi", "video", "pci", "nodmraid",
                             "nompath", "nomodeset", "noiswmd", "fips",
-                            "selinux"]
+                            "selinux", "biosdevname"]
     preserve_args = []
 
     _trusted_boot = False
-- 
1.7.11.7



More information about the anaconda-patches mailing list