Subversion Repositories livecd

Rev

Blame | Last modification | View Log | Download | RSS feed

########################################################################
#
#  LiveCD with gnome 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
@basic-desktop
 #package removed from @basic-desktop
 -gok
@core
@desktop-platform
 #packages removed from @desktop-platform
 -redhat-lsb
@dial-up
@fonts
@general-desktop
 #package removed from @general-desktop
 -gnome-backgrounds
 -gnome-user-share
 -nautilus-sendto
 -orca
 -rhythmbox
 -vino
@graphical-admin-tools
@input-methods
@internet-applications
 #package added to @internet-applications
 xchat
 #packages removed from @internet-applications
 -ekiga
@internet-browser
@network-file-system-client
@network-tools
 #package added to @network-tools
 nmap
@remote-desktop-clients
 #packages added to @remote-desktop-clients
 rdesktop
 tsclient
@x11

# 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

## SL LiveCD specific changes

# packages to remove
-evolution
-evolution-help
-evolution-mapi
-scenery-backgrounds
-qt3
-xinetd

# packages to add
lftp
thunderbird
@openafs-client

%end