summaryrefslogtreecommitdiffstats
path: root/instdata.py
diff options
context:
space:
mode:
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)