From 8f1aee0b04cc3e82930421277513516071389703 Mon Sep 17 00:00:00 2001 From: Michael Howe Date: Sat, 26 Jul 2014 17:54:24 +0100 Subject: [PATCH] Try installing configtool too --- bootstrap-host.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/bootstrap-host.sh b/bootstrap-host.sh index 9ef8699..5cebe97 100644 --- a/bootstrap-host.sh +++ b/bootstrap-host.sh @@ -22,3 +22,17 @@ update-ca-certificates TEMP_GPG_PACKAGE="$TEMP_DIR/mh-archive-keyring" wget -O $TEMP_GPG_PACKAGE $GPG_PACKAGE_URL dpkg -i $TEMP_GPG_PACKAGE + +# set up apt +echo "deb http://debian.internal.michaelhowe.org internal main contrib" >> /etc/apt/sources.list + +apt-get update + +# install configtool +FULLHOSTNAME=`hostname -f` +echo -e "configtool\tconfigtool/syncmode\tselect\tsubversion" | debconf-set-selections +echo -e "configtool\tconfigtool/svn/username\tstring\t$FULLHOSTNAME" | debconf-set-selections +echo -e "configtool\tconfigtool/svn/source\tstring\thttps://config.internal.michaelhowe.org/svn/basic/sysconfig/rb3/systems/$FULLHOSTNAME/root" | debconf-set-selections +echo -e "configtool\tconfigtool/userskel/source\tstring\thttps://config.internal.michaelhowe.org/svn/basic/sysconfig/userskel" | debconf-set-selections + +apt-get install configtool -- 2.39.5