[Fedora-livecd-list] 2 commits - config/livecd-fedora-base-desktop.ks config/livecd-fedora-desktop.ks

Jeremy Katz katzj at fedoraproject.org
Thu Oct 18 03:09:48 UTC 2007


 config/livecd-fedora-base-desktop.ks |   13 +++++++------
 config/livecd-fedora-desktop.ks      |    5 +++++
 2 files changed, 12 insertions(+), 6 deletions(-)

New commits:
commit a6f24125bd8f1f070f2081b0a11c23f0fe9b4fd8
Author: Jeremy Katz <katzj at redhat.com>
Date:   Wed Oct 17 23:08:51 2007 -0400

    make it fit again

diff --git a/config/livecd-fedora-desktop.ks b/config/livecd-fedora-desktop.ks
index 4cfee3b..bbf6641 100644
--- a/config/livecd-fedora-desktop.ks
+++ b/config/livecd-fedora-desktop.ks
@@ -7,6 +7,8 @@
 @sound-and-video
 @gnome-desktop
 nss-mdns
+NetworkManager-vpnc
+NetworkManager-openvpn
 # we don't include @office so that we don't get OOo.  but some nice bits
 abiword
 gnumeric
@@ -108,6 +110,8 @@ gnome-blog
 -man-pages-*
 -scim-tables-*
 -wqy-bitmap-fonts
+-dejavu-fonts-experimental
+-dejavu-fonts
 
 # more fun with space saving 
 -scim-lang-chinese
@@ -119,6 +123,7 @@ scim-pinyin
 -gimp-help
 -evolution-help
 -autofs
+-vino
 
 %end
 


commit 4f69a21ab8d2375c887db6440a427556db371909
Author: Jeremy Katz <katzj at redhat.com>
Date:   Tue Oct 16 14:49:54 2007 -0400

    quiet errors; don't include mpage

diff --git a/config/livecd-fedora-base-desktop.ks b/config/livecd-fedora-base-desktop.ks
index 367ddc6..e30792e 100644
--- a/config/livecd-fedora-base-desktop.ks
+++ b/config/livecd-fedora-base-desktop.ks
@@ -26,6 +26,7 @@ memtest86+
 -esc
 -samba-client
 -a2ps
+-mpage
 -redhat-lsb
 -sox
 -hplip
@@ -112,15 +113,15 @@ passwd -d fedora > /dev/null
 echo "RUN_FIRSTBOOT=NO" > /etc/sysconfig/firstboot
 
 # don't start yum-updatesd for livecd boots
-chkconfig --level 345 yum-updatesd off
+chkconfig --level 345 yum-updatesd off 2>/dev/null
 
 # don't start cron/at as they tend to spawn things which are
 # disk intensive that are painful on a live image
-chkconfig --level 345 crond off
-chkconfig --level 345 atd off
-chkconfig --level 345 anacron off
-chkconfig --level 345 readahead_early off
-chkconfig --level 345 readahead_later off
+chkconfig --level 345 crond off 2>/dev/null
+chkconfig --level 345 atd off 2>/dev/null
+chkconfig --level 345 anacron off 2>/dev/null
+chkconfig --level 345 readahead_early off 2>/dev/null
+chkconfig --level 345 readahead_later off 2>/dev/null
 
 # Stopgap fix for RH #217966; should be fixed in HAL instead
 touch /media/.hal-mtab





More information about the Fedora-livecd-list mailing list