kadischi/ks_examples xen-livecd.cfg,NONE,1.1 Makefile.am,1.2,1.3

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Thu Jun 22 17:10:38 UTC 2006


Author: autopsy

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

Modified Files:
	Makefile.am 
Added Files:
	xen-livecd.cfg 
Log Message:
Addition of Xen enabled kickstart sample config


--- NEW FILE xen-livecd.cfg ---
# Xen-enabled Kickstart file for Anaconda - dom0 and domU kernels
# J. Hartline <jasperhartline at adelphia.net>

install
lang en_US.UTF-8
langsupport --default=en_US.UTF-8 en_US.UTF-8 en_US en en_US.UTF-8 en_US en en_US.UTF-8 en_US en
keyboard us
network --device eth0 --onboot no --bootproto dhcp --hostname xen-livecd.livedomain
xconfig --driver "vesa" --videoram 16384 --resolution 1024x768 --depth 16 --startxonboot
# rootpw: kadischi
rootpw --iscrypted $1$gRE3sr6Y$2LKJsTzKnKumg2/noieRR1
firewall --enabled --port=22:tcp
selinux --disabled
authconfig --enableshadow --enablemd5
timezone America/Chicago

# bootloader must be none for LiveCD configurations
bootloader --location=none


# Kickstart and cmdline methods will require reboot to be specified else cmdline cannot be used
# We shouldn't be asked confirmation that we're done, let's not.
reboot


%packages
@admin-tools
@base
@base-x
@core
@gnome-desktop
@graphical-internet
@printing
@sound-and-video
kernel-xen0
kernel-xenU
xen
openssh-server
comps-extras
cracklib-dicts
gnome-mime-data
rmt
tzdata


%post


Index: Makefile.am
===================================================================
RCS file: /cvs/devel/kadischi/ks_examples/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.am	8 May 2006 03:00:23 -0000	1.2
+++ Makefile.am	22 Jun 2006 17:10:36 -0000	1.3
@@ -1,5 +1,5 @@
 ksdir = $(pkgdatadir)/ks_examples
-ks_DATA = minimal-livecd.cfg standard-livecd.cfg
+ks_DATA = minimal-livecd.cfg standard-livecd.cfg xen-livecd.cfg
 
 uninstall-hook:
 	rmdir $(ksdir)




More information about the fedora-extras-commits mailing list