diff --git a/templates/hlinux-amd64-netboot/base.sh b/templates/hlinux-amd64-netboot/base.sh index 0e872cb..384a683 100644 --- a/templates/hlinux-amd64-netboot/base.sh +++ b/templates/hlinux-amd64-netboot/base.sh @@ -25,9 +25,9 @@ EOF update-grub # Install upstart - needed until hLinux switches to systemd and all upstart scripts are converted -apt-get install upstart -# Install rsync used for vagrant synced dirs -apt-get install rsync +apt-get -y install upstart +# Install rsync used for vagrant synced dirs and python used for the agent running on everything +apt-get -y install rsync python # Setup proxy cat <> /root/.bashrc