Re: [PATCH] language dracut kernel cmdline should be space seperated (#521113)

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

 



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sun, 6 Sep 2009, Hans de Goede wrote:

language dracut kernel cmdline should be space seperated, the
seperating space got lost after the big language.py cleanup:
http://git.fedorahosted.org/git/?p=anaconda.git;a=commitdiff;h=3f97f7795203fa21eb450c45537ab6da74c661aa
---
language.py |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/language.py b/language.py
index 37783bc..c4f7bf5 100644
--- a/language.py
+++ b/language.py
@@ -204,7 +204,7 @@ class Language(object):

        for (key, val) in self.info.iteritems():
            if val != None:
-                args += "%s=%s" % (key, val)
+                args += " %s=%s" % (key, val)

        return args



Looks good.

- -- David Cantrell <dcantrell@xxxxxxxxxx>
Red Hat / Honolulu, HI

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkql0J4ACgkQ5hsjjIy1Vkn2HACg5huJhRDbDTsax5Ta9vNLg7uT
XiIAoKF84NxGXlnDNAjuS0y70FlkBWPR
=32Ey
-----END PGP SIGNATURE-----

_______________________________________________
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