summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-05-18 13:51:01 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-05-18 13:51:01 +0200
commit7953cefeaf609f0fc64788eafd3144660380aa0d (patch)
tree01f13a97b6eba66c17af8df95416852f942b3423 /var
parentc0509bd96c2f9456b6eb4cd07a965fe1abceb56f (diff)
downloadcentosauto-7953cefeaf609f0fc64788eafd3144660380aa0d.tar.gz
centosauto-7953cefeaf609f0fc64788eafd3144660380aa0d.tar.bz2
updated to Cenots 6.5
host is ArchLinux or something modern, not Centos anymore
Diffstat (limited to 'var')
-rw-r--r--var/www/html/kickstart.cfg20
1 files changed, 10 insertions, 10 deletions
diff --git a/var/www/html/kickstart.cfg b/var/www/html/kickstart.cfg
index bc66ea0..5f39f02 100644
--- a/var/www/html/kickstart.cfg
+++ b/var/www/html/kickstart.cfg
@@ -2,7 +2,7 @@
#version=DEVEL
install
-url --url=http://192.168.1.12/Centos/6.4/os/x86_64
+url --url=http://192.168.1.12/Centos/6.5/os/x86_64
lang en_US.UTF-8
keyboard us
network --onboot yes --device eth0 --bootproto dhcp --noipv6
@@ -23,7 +23,7 @@ part swap --label=SWAP --size=12
skipx
cmdline
-repo --name="CentOS" --baseurl=http://192.168.1.12/Centos/6.4/os/x86_64 --cost=100
+repo --name="CentOS" --baseurl=http://192.168.1.12/Centos/6.5/os/x86_64 --cost=100
reboot
@@ -41,15 +41,15 @@ rpm --import /etc/pki/rpm-gpg/*
yum clean all
yum update -y
-mkdir /root/cfengine
-cd /root/cfengine
-wget -nd -r http://192.168.1.12/cfengine/{cfengine-community-3.5.1-3.x86_64.rpm,{failsafe,update}.cf}
-yum localinstall -y cfengine-community-3.5.1-3.x86_64.rpm
-cp -v {failsafe,update}.cf /var/cfengine/inputs/.
-cd /root
+#mkdir /root/cfengine
+#cd /root/cfengine
+#wget -nd -r http://192.168.1.12/cfengine/{cfengine-community-3.5.1-3.x86_64.rpm,{failsafe,update}.cf}
+#yum localinstall -y cfengine-community-3.5.1-3.x86_64.rpm
+#cp -v {failsafe,update}.cf /var/cfengine/inputs/.
+#cd /root
-/usr/local/sbin/cf-agent -B 192.168.1.12
+#/usr/local/sbin/cf-agent -B 192.168.1.12
-/usr/local/sbin/cf-agent
+#/usr/local/sbin/cf-agent
%end