From 6b46a15fd30e1dd6a1925d530632964d504482c0 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 31 Aug 2010 22:31:42 +0100 Subject: [PATCH] mini: some minor fixes and cleanups --- fedora-live-mini.ks | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks index 7272bdb..550cba5 100644 --- a/fedora-live-mini.ks +++ b/fedora-live-mini.ks @@ -91,11 +91,9 @@ pulseaudio-utils -system-config-users # Remove default unwanted hardware firmware and support we don't want --b43-fwcutter -foomatic* -ghostscript* -ivtv-firmware --printer-filters -ql2100-firmware -ql2200-firmware -ql23xx-firmware @@ -122,9 +120,10 @@ gnupg2 yum-presto avahi -# Remove sendmail, replace with smaller smtp equiv +# Remove sendmail: this needs to be explicit -sendmail -ssmtp +# But hopefully there shouldn't be deps so this shouldn't need to be there +#ssmtp %end @@ -254,6 +253,9 @@ passwd -d liveuser > /dev/null # turn off firstboot for livecd boots chkconfig --level 345 firstboot off 2>/dev/null +# The above doesn't works so we need to do this... GRR systemctl +echo "RUN_FIRSTBOOT=NO" > /etc/sysconfig/firstboot + # don't start yum-updatesd for livecd boots chkconfig --level 345 yum-updatesd off 2>/dev/null