diff options
author | Bill Nottingham <notting@redhat.com> | 2001-01-16 19:11:41 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-01-16 19:11:41 +0000 |
commit | 13d1b78ce9de72285ffd4f90b94b9d07b601ed60 (patch) | |
tree | f2502eb6a301a9fc0a2fad7ee929455c66a767c0 | |
parent | 75a80e554fed114a6ed673485423c9422c726fe7 (diff) | |
download | anaconda-13d1b78ce9de72285ffd4f90b94b9d07b601ed60.tar.gz anaconda-13d1b78ce9de72285ffd4f90b94b9d07b601ed60.tar.xz anaconda-13d1b78ce9de72285ffd4f90b94b9d07b601ed60.zip |
--quiet, not --kickstart for lokkit
-rw-r--r-- | todo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |