[jboss-cvs] JBossAS SVN: r85670 - in projects/ejb3/trunk/hudson: kickstart and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 10 05:52:52 EDT 2009


Author: wolfc
Date: 2009-03-10 05:52:52 -0400 (Tue, 10 Mar 2009)
New Revision: 85670

Added:
   projects/ejb3/trunk/hudson/kickstart/
   projects/ejb3/trunk/hudson/kickstart/anaconda-ks.cfg
Log:
Initial kickstart


Added: projects/ejb3/trunk/hudson/kickstart/anaconda-ks.cfg
===================================================================
--- projects/ejb3/trunk/hudson/kickstart/anaconda-ks.cfg	                        (rev 0)
+++ projects/ejb3/trunk/hudson/kickstart/anaconda-ks.cfg	2009-03-10 09:52:52 UTC (rev 85670)
@@ -0,0 +1,32 @@
+# Kickstart file automatically generated by anaconda.
+
+install
+url --url http://qafiler.bos.redhat.com/redhat/rhel5-server-x86_64/
+key --skip
+lang en_US.UTF-8
+keyboard us
+network --device eth0 --bootproto dhcp
+rootpw --iscrypted $1$WxZMfXZ/$d8KZowgxuZxQXosf6/who.
+firewall --enabled --port=22:tcp
+authconfig --enableshadow --enablemd5
+selinux --enforcing
+timezone --utc America/New_York
+bootloader --location=mbr --driveorder=xvda
+# 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
+#part / --fstype ext3 --onpart xvda1
+
+%packages
+ at dialup
+ at core
+ at base
+ at java
+ at legacy-software-support
+ at printing
+ at admin-tools
+kexec-tools
+fipscheck
+device-mapper-multipath




More information about the jboss-cvs-commits mailing list