summaryrefslogtreecommitdiffstats
path: root/fedora-live-mini.ks
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2010-08-31 22:31:42 +0100
committerPeter Robinson <pbrobinson@gmail.com>2010-08-31 22:31:42 +0100
commit6b46a15fd30e1dd6a1925d530632964d504482c0 (patch)
treed985a4a68e628a215526f801e47a0fa07fe58702 /fedora-live-mini.ks
parentccbd53091df8fbe8c7a6472778dea99cdc565d13 (diff)
downloadspin-kickstarts-6b46a15fd30e1dd6a1925d530632964d504482c0.tar.gz
spin-kickstarts-6b46a15fd30e1dd6a1925d530632964d504482c0.tar.xz
spin-kickstarts-6b46a15fd30e1dd6a1925d530632964d504482c0.zip
mini: some minor fixes and cleanups
Diffstat (limited to 'fedora-live-mini.ks')
-rw-r--r--fedora-live-mini.ks10
1 files 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