summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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