From 62742120f0cc8a538e812aaeef75c91c73161d86 Mon Sep 17 00:00:00 2001 From: Garrett Holmstrom Date: Wed, 21 May 2014 13:28:37 -0700 Subject: [PATCH] Explicitly say we depend on openssl 1 --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 5d15526f..1bca0f1e 100644 --- a/INSTALL +++ b/INSTALL @@ -24,7 +24,7 @@ euca-get-password requires an openssl executable. All bundle commands require several executables as well: - gzip or pigz - - openssl + - openssl >= 1 The euca-bundle-vol command only works on Linux. It requires the utilities for creating and managing the filesystem to be bundled @@ -36,7 +36,7 @@ utilities for creating and managing the filesystem to be bundled - losetup - mkfs - mount - - openssl + - openssl >= 1 - parted - rsync - sgdisk