kadischi/ks_examples standard-livecd.cfg, NONE, 1.1 Makefile.am, 1.1.1.1, 1.2 minimal-livecd.cfg, 1.3, 1.4

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Mon May 8 03:00:25 UTC 2006


Author: autopsy

Update of /cvs/devel/kadischi/ks_examples
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23856/kadischi/ks_examples

Modified Files:
	Makefile.am minimal-livecd.cfg 
Added Files:
	standard-livecd.cfg 
Log Message:
ks_examples/ standard-livecd.cfg and minimal-livecd.cfg changes


--- NEW FILE standard-livecd.cfg ---
# Kickstart file automatically generated by anaconda.

# File: ks.cfg_FC5-LiveCD-generic
# Built by: Eugene Teo <eteo redhat com>
# Date: 20060507

###############################################################################
# FC5 kickstart for Kadischi (Generic)
# Eugene Teo
#
# Feel free to make any changes to my kickstart file. Kadischi was able to
# create a 641MB ISO based on this. If you make any improvements to this file,
# do email me the changes so that i can learn from you too.
#
# Usage:
# kadischi /path_to_repo /path_to_iso --kickstart=ks.cfg_FC5-LiveCD-generic
# kadischi http://path_to_repo /path_to_iso --kickstart=ks.cfg_FC5-LiveCD-generic
#
###############################################################################

#--------------------------------------------------------------#
lang en_US.UTF-8
keyboard us
#timezone --utc Asia/Singapore
timezone --utc GMT
# Default root password: redhat
rootpw --iscrypted $1$PvvvUg73$zWYeWG2HFaMCgO9B/RE6B.
#--------------------------------------------------------------#
install
xconfig --driver "vesa" --videoram 65472 --resolution 800x600 --depth 16 --startxonboot 
monitor --hsync 31.5-37.9 --vsync 50-70
network --device eth0 --bootproto dhcp
network --device eth1 --onboot no --bootproto dhcp
network --device sit0 --onboot no --bootproto dhcp
network --device tun0 --onboot no --bootproto dhcp
network --device vmnet1 --onboot no --bootproto dhcp
network --device vmnet8 --onboot no --bootproto dhcp
firewall --enabled --port=22:tcp
#selinux --disabled
selinux --enforcing
authconfig --enableshadow --enablemd5
#--------------------------------------------------------------#
bootloader --location=none
# The following is the partition information you requested
# Note that any partitions you deleted are not expressed
# here so unless you clear all partitions first, this is
# not guaranteed to work
#clearpart --linux
#--------------------------------------------------------------#

%packages
@admin-tools
@base
@base-x
@core
@gnome-desktop
@graphical-internet
@office
@printing
@sound-and-video
# korean-support
# chinese-support
# thai-support
bsf
comps-extras
cracklib-dicts
gnome-mime-data
iso-codes
rmt
tzdata

%post
useradd redhat
# Default user password: redhat
usermod -p '$1$PvvvUg73$zWYeWG2HFaMCgO9B/RE6B.' redhat
echo -e "[security]\nDisallowTCP=false\n\n[daemon]\nAutomaticLoginEnable=true\nAutomaticLogin=redhat\n\n[greeter]\n" > /etc/gdm/custom.conf


Index: Makefile.am
===================================================================
RCS file: /cvs/devel/kadischi/ks_examples/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- Makefile.am	21 Aug 2005 17:09:06 -0000	1.1.1.1
+++ Makefile.am	8 May 2006 03:00:23 -0000	1.2
@@ -1,5 +1,5 @@
 ksdir = $(pkgdatadir)/ks_examples
-ks_DATA = minimal-livecd.cfg
+ks_DATA = minimal-livecd.cfg standard-livecd.cfg
 
 uninstall-hook:
-	rmdir $(ksdir)
\ No newline at end of file
+	rmdir $(ksdir)


Index: minimal-livecd.cfg
===================================================================
RCS file: /cvs/devel/kadischi/ks_examples/minimal-livecd.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- minimal-livecd.cfg	20 Mar 2006 05:59:00 -0000	1.3
+++ minimal-livecd.cfg	8 May 2006 03:00:23 -0000	1.4
@@ -23,5 +23,45 @@
 reboot
 
 %packages
+# Packages to exclude for minimal package set
+- atk
+- bind
+- bind-libs
+- bind-utils
+- bluez-libs
+- bluez-pin
+- bluez-utils
+- caching-nameserver
+- cairo
+- cyrus-sasl-plain
+- expat
+- freeglut
+- GConf2
+- htmlview
+- irda-utils
+- libglade2
+- libICE
+- libIDL
+- libSM
+- libX11
+- libXau
+- libXcursor
+- libXdmcp
+- libXext
+- libXfixes
+- libXft
+- libXi
+- libXinerama
+- libXmu
+- libXrandr
+- libXrender
+- libXt
+- libXxf86vm
+- mesa-libGL
+- mesa-libGLU
+- NetworkManager
+- numactl
+- ORBit2
+# End package set
 
 %post




More information about the fedora-extras-commits mailing list