Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed
########################################################################
#
# Mini LiveCD with icewm dekstop
#
########################################################################
lang en_US.UTF-8
keyboard us
timezone US/Eastern
auth --useshadow --enablemd5
selinux --enforcing
firewall --enabled --service=mdns
repo --name=base --baseurl=http://ftp.scientificlinux.org/linux/scientific/6rolling/$basearch/os/
repo --name=updates --baseurl=http://ftp.scientificlinux.org/linux/scientific/6rolling/$basearch/updates/
xconfig --startxonboot
part / --size 4096 --fstype ext4
services --enabled=NetworkManager --disabled=network,sshd
%packages
syslinux
kernel
@base
#package added to @base
squashfs-tools
#packages removed from @base
-bind-utils
-ed
-kexec-tools
-libaio
-libhugetlbfs
-microcode_ctl
-psacct
-quota
@core
@fonts
@graphical-admin-tools
@network-file-system-client
@network-tools
#package added to @network-tools
nmap
@remote-desktop-clients
#packages added to @remote-desktop-clients
rdesktop
tsclient
@x11
# login manager
gdm
# icewm desktop
@ice-desktop
# other usefull packages
busybox
mailx
memtest86+
livecd-tools
# livecd bits to set up the livecd and be able to install
anaconda
device-mapper-multipath
isomd5sum
## mini SL LiveCD specific changes
# packages to remove
-scenery-backgrounds
-qt3
-xinetd
# packages to add
ibus-gtk
thunderbird
firefox
#@openafs-client
%end