summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-01-16 19:11:41 +0000
committerBill Nottingham <notting@redhat.com>2001-01-16 19:11:41 +0000
commit13d1b78ce9de72285ffd4f90b94b9d07b601ed60 (patch)
treef2502eb6a301a9fc0a2fad7ee929455c66a767c0
parent75a80e554fed114a6ed673485423c9422c726fe7 (diff)
downloadanaconda-13d1b78ce9de72285ffd4f90b94b9d07b601ed60.tar.gz
anaconda-13d1b78ce9de72285ffd4f90b94b9d07b601ed60.tar.xz
anaconda-13d1b78ce9de72285ffd4f90b94b9d07b601ed60.zip
--quiet, not --kickstart for lokkit
-rw-r--r--todo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index bac0109fc..19c2c4f61 100644
--- a/todo.py
+++ b/todo.py
@@ -735,7 +735,7 @@ class ToDo:
alreadyCrypted = 1)
def setupFirewall (self):
- args = [ "/usr/sbin/lokkit", "--kickstart", "--nostart" ]
+ args = [ "/usr/sbin/lokkit", "--quiet", "--nostart" ]
if self.firewall.policy:
args.append ("--medium")
else: