summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda5
1 files changed, 3 insertions, 2 deletions
diff --git a/anaconda b/anaconda
index 58f386595..ea5a8ae63 100755
--- a/anaconda
+++ b/anaconda
@@ -598,8 +598,6 @@ if __name__ == "__main__":
if rhpl.getArch() != "s390" and os.access("/dev/tty3", os.W_OK):
logger.addFileHandler ("/dev/tty3", log)
- isys.auditDaemon()
-
warnings.showwarning = AnacondaShowWarning
setupTranslations()
@@ -685,6 +683,9 @@ if __name__ == "__main__":
if rhpl.getArch() == "s390":
opts.isHeadless = True
+ if not flags.test and not flags.rootpath:
+ isys.auditDaemon()
+
users.createLuserConf(anaconda.rootPath)
# setup links required for all install types