From b320e15ea7163cf65fbabbdeb3f2968e3fab7ce5 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 31 Mar 2017 15:24:14 +0200 Subject: [PATCH] No need to install btrfs-tools in the base image --- baseimage/initializeBaseUbuntuImage.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/baseimage/initializeBaseUbuntuImage.sh b/baseimage/initializeBaseUbuntuImage.sh index fd178e8be..07360d748 100644 --- a/baseimage/initializeBaseUbuntuImage.sh +++ b/baseimage/initializeBaseUbuntuImage.sh @@ -26,7 +26,6 @@ debconf-set-selections <<< 'mysql-server mysql-server/root_password_again passwo apt-get -y install \ acl \ awscli \ - btrfs-tools \ build-essential \ cron \ curl \ @@ -127,4 +126,3 @@ fi # Disable bind for good measure (on online.net, kimsufi servers these are pre-installed and conflicts with unbound) systemctl stop bind9 || true systemctl disable bind9 || true -