summaryrefslogtreecommitdiffstats
path: root/instdata.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-09-13 17:13:08 +0000
committerJeremy Katz <katzj@redhat.com>2005-09-13 17:13:08 +0000
commite514df84e3cb49ab3664e15d85c21660eca06c47 (patch)
tree8a998c1a0da0f0ccce9e261a401137f042ec0d27 /instdata.py
parent5e30e353533e13cd9b1838d5fc0b9899891c5d7d (diff)
downloadanaconda-e514df84e3cb49ab3664e15d85c21660eca06c47.tar.gz
anaconda-e514df84e3cb49ab3664e15d85c21660eca06c47.tar.xz
anaconda-e514df84e3cb49ab3664e15d85c21660eca06c47.zip
2005-09-13 Jeremy Katz <katzj@redhat.com>
* instdata.py (InstallData.write): authconfig's flags changed. *sigh*
Diffstat (limited to 'instdata.py')
-rw-r--r--instdata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/instdata.py b/instdata.py
index 0da21e57e..d9b5cd42d 100644
--- a/instdata.py
+++ b/instdata.py
@@ -122,7 +122,7 @@ class InstallData:
try:
if flags.setupFilesystems:
- args = ["--kickstart", "--nostart", self.auth]
+ args = ["--update", "--nostart", self.auth]
iutil.execWithRedirect("/usr/sbin/authconfig", args,
stdout = None, stderr = None,
searchPath = 1, root = instPath)