]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
build_debian_image: include libcrypto++ (need for runtime)
authorSage Weil <sage.weil@dreamhost.com>
Mon, 7 Feb 2011 16:56:25 +0000 (08:56 -0800)
committerSage Weil <sage.weil@dreamhost.com>
Mon, 7 Feb 2011 16:56:25 +0000 (08:56 -0800)
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/script/build_debian_image.sh

index cbe426108cc26a2fe86fa406e518bab9c2df20f5..154cea1fb882ff17c3ac3491b0e3d1e3bd830329 100755 (executable)
@@ -69,7 +69,7 @@ cp ~/.ssh/authorized_keys $root/root/.ssh/authorized_keys
 chmod 600 $root/root/.ssh/authorized_keys
 
 # packages
-for p in ssh
+for p in ssh libcrypto++
 do
        chroot $root apt-get -y --force-yes install $p
 done