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