summaryrefslogtreecommitdiffstats
path: root/booty
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2009-08-04 20:20:55 +0200
committerHans de Goede <hdegoede@redhat.com>2009-08-05 11:36:41 +0200
commite92b8d668a6e3ab5d64de83ba12648b8205d82e5 (patch)
tree974dfffdf4a53adc3577cde6fd1b238e2ecc8819 /booty
parent829c4fdfcdca1207f5bb40fbdf1a67a7e0859064 (diff)
downloadanaconda-e92b8d668a6e3ab5d64de83ba12648b8205d82e5.tar.gz
anaconda-e92b8d668a6e3ab5d64de83ba12648b8205d82e5.tar.xz
anaconda-e92b8d668a6e3ab5d64de83ba12648b8205d82e5.zip
Write dracut i18n cmdline options to grub.conf
Diffstat (limited to 'booty')
-rw-r--r--booty/bootloaderInfo.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/booty/bootloaderInfo.py b/booty/bootloaderInfo.py
index 817a00021..5eb4f1f5f 100644
--- a/booty/bootloaderInfo.py
+++ b/booty/bootloaderInfo.py
@@ -99,6 +99,8 @@ class KernelArguments:
args += " "
args += self.id.network.dracutSetupString(d.host_address)
+ args += self.id.instLanguage.dracutSetupString()
+
return args
def set(self, args):