summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2013-02-20 18:00:46 +0100
committerAndreas Baumann <abaumann@yahoo.com>2013-02-20 18:00:46 +0100
commit2cb200cd0568bf5e57c114f2ca0124a7fe6a5dd9 (patch)
tree9d37d37d39c52f437aac669fe40db64a7b831cfc
parent1dda003deb5212235be3400bee1fb144190105b2 (diff)
downloadarchauto-2cb200cd0568bf5e57c114f2ca0124a7fe6a5dd9.tar.gz
archauto-2cb200cd0568bf5e57c114f2ca0124a7fe6a5dd9.tar.bz2
firsts tests to install cfengine
-rwxr-xr-xarchauto.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/archauto.sh b/archauto.sh
index 9ef3f0b..1fd1aae 100755
--- a/archauto.sh
+++ b/archauto.sh
@@ -64,6 +64,15 @@ arch-chroot /mnt systemctl enable dhcpcd@enp0s3.service
arch-chroot /mnt sh -c "echo 'root:xx' | chpasswd"
+# monitord needs netstat
+arch-chroot /mnt pacman --noconfirm -S net-tools
+arch-chroot /mnt pacman --noconfirm -Uf http://10.0.2.2:8080/qdbm-1.8.78-1-x86_64.pkg.tar.xz
+arch-chroot /mnt pacman --noconfirm -Uf http://10.0.2.2:8080/cfengine-3.4.2-3-x86_64.pkg.tar.xz
+
+arch-chroot /mnt systemctl enable cf-execd
+arch-chroot /mnt systemctl enable cf-monitord
+arch-chroot /mnt systemctl enable cf-serverd
+
echo "Done."
systemctl poweroff