summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-09-12 20:11:51 +0000
committerJeremy Katz <katzj@redhat.com>2005-09-12 20:11:51 +0000
commit1ca27bf7dd1425a57a9c2266c7372c44357ed977 (patch)
treec941e51861ec3a9010deee6e4285ba98014bd39d /yuminstall.py
parentdebf6c613d94c06c41bba234f4d53647491bc90c (diff)
downloadanaconda-1ca27bf7dd1425a57a9c2266c7372c44357ed977.tar.gz
anaconda-1ca27bf7dd1425a57a9c2266c7372c44357ed977.tar.xz
anaconda-1ca27bf7dd1425a57a9c2266c7372c44357ed977.zip
2005-09-12 Jeremy Katz <katzj@redhat.com>
* yuminstall.py (YumBackend.doPostInstall): Fix typo
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py
index d2e7c62d3..b19ce0fc3 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -409,7 +409,7 @@ class YumBackend(AnacondaBackend):
id.network.write(instPath)
for tsmbr in self.ayum.tsInfo.matchNaevr(name='rhgb'):
- id.bootloader.args.apend("rhgb quiet")
+ id.bootloader.args.append("rhgb quiet")
break