Browse Source

fix: compatibility with trusty cloud images.

postgres
Nicolas Jeudy 10 years ago
parent
commit
31deb0d07e
  1. 2
      precise/base-0k/hooks/install

2
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

Loading…
Cancel
Save