From 31deb0d07ebb4eaae97a26891205bb074c1985f5 Mon Sep 17 00:00:00 2001 From: Nicolas Jeudy Date: Wed, 9 Apr 2014 21:16:32 +0200 Subject: [PATCH] fix: compatibility with trusty cloud images. --- precise/base-0k/hooks/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precise/base-0k/hooks/install b/precise/base-0k/hooks/install index 172f18e..b83d8e7 100755 --- a/precise/base-0k/hooks/install +++ b/precise/base-0k/hooks/install @@ -11,7 +11,7 @@ apt-get -y install mountall ## nasty nfs bug corrected ## Allows to mount nfs shares ## -apt-get -y install nfs-common +test "$(lsb_release -c -s)" == "precise" && apt-get -y install nfs-common ## ## etckeeper