commit 8eca92129d7f62135da438de9405abcbd221192f Author: Peter Robinson pbrobinson@gmail.com Date: Fri Dec 23 16:34:54 2011 +0000
SoaS: update firewall
fedora-livecd-soas.ks | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) --- diff --git a/fedora-livecd-soas.ks b/fedora-livecd-soas.ks index 26dd0a0..45c7dc0 100644 --- a/fedora-livecd-soas.ks +++ b/fedora-livecd-soas.ks @@ -11,7 +11,7 @@ %include fedora-live-mini.ks
part / --size=2048 -firewall --enabled --service=mdns +firewall --enabled --service=mdns,presence
%packages
@@ -72,9 +72,6 @@ EOF
cat >> /etc/rc.d/init.d/livesys-late << EOF
-# run lokkit as firewall command doesn't seem to work -lokkit --enabled --service=mdns - # Don't use the default system user (in SoaS liveuser) as nick name gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t string /desktop/sugar/user/default_nick disabled >/dev/null