kadischi/ks_examples standard-livedvd.cfg, NONE, 1.1 Makefile.am, 1.3, 1.4

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Sat Jul 29 22:26:01 UTC 2006


Author: autopsy

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

Modified Files:
	Makefile.am 
Added Files:
	standard-livedvd.cfg 
Log Message:
Added standard-livedvd.cfg, sync up specfile with changes


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

lang en_US.UTF-8
keyboard us
timezone America/Chicago
# Default root password: kadischi
rootpw --iscrypted $1$gRE3sr6Y$2LKJsTzKnKumg2/noieRR1
#--------------------------------------------------------------#
install
xconfig --driver "vesa" --videoram 65472 --resolution 1024x768 --depth 16 --startxonboot 
monitor --hsync 31.5-65.1 --vsync 50-110
network --device eth0 --bootproto dhcp
authconfig --enableshadow --enablemd5
firewall --disabled
selinux --disabled
#--------------------------------------------------------------#
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
@everything
# korean-support
# chinese-support
# thai-support
kernel
kernel-smp

%post


Index: Makefile.am
===================================================================
RCS file: /cvs/devel/kadischi/ks_examples/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile.am	22 Jun 2006 17:10:36 -0000	1.3
+++ Makefile.am	29 Jul 2006 22:25:59 -0000	1.4
@@ -1,5 +1,5 @@
 ksdir = $(pkgdatadir)/ks_examples
-ks_DATA = minimal-livecd.cfg standard-livecd.cfg xen-livecd.cfg
+ks_DATA = minimal-livecd.cfg standard-livecd.cfg standard-livedvd.cfg xen-livecd.cfg
 
 uninstall-hook:
 	rmdir $(ksdir)




More information about the fedora-extras-commits mailing list