summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 4dcf113ef..ac9198ac0 100755
--- a/anaconda
+++ b/anaconda
@@ -674,7 +674,7 @@ if __name__ == "__main__":
if iutil.isS390():
opts.isHeadless = True
- if not flags.test and not flags.rootpath:
+ if not flags.test and not flags.rootpath and not flags.livecdInstall:
isys.auditDaemon()
users.createLuserConf(anaconda.rootPath)