From 0a03240033f7c74efcb42822f1f26d2521755a05 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 15 May 2015 13:42:32 +0200 Subject: [PATCH] vm build cleanup --- vm/pandora_install.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vm/pandora_install.sh b/vm/pandora_install.sh index 254ac7964..fd3d9e7d8 100755 --- a/vm/pandora_install.sh +++ b/vm/pandora_install.sh @@ -42,6 +42,7 @@ apt-get install -y \ fi apt-get install -y \ + sudo \ openssh-server \ vim \ wget \ @@ -50,8 +51,6 @@ apt-get install -y \ rabbitmq-server \ bzr \ git \ - subversion \ - mercurial \ python-setuptools \ python-pip \ python-virtualenv \ @@ -171,11 +170,15 @@ if [ "$LXC" == "yes" ]; then fi if [ "$LXC" == "no" ]; then + if [ "$SYSTEMD" == "yes" ]; then + echo Servers=pool.ntp.org >> /etc/systemd/timesyncd.conf + else cat > /etc/cron.d/ntp_fixtime </dev/null EOF + fi cat > /usr/local/bin/genissue <