From 2cb200cd0568bf5e57c114f2ca0124a7fe6a5dd9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 20 Feb 2013 18:00:46 +0100 Subject: firsts tests to install cfengine --- archauto.sh | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit v1.2.3-54-g00ecf