]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
build_debian_image: include bind9-host
authorSage Weil <sage.weil@dreamhost.com>
Mon, 7 Feb 2011 19:56:53 +0000 (11:56 -0800)
committerSage Weil <sage.weil@dreamhost.com>
Mon, 7 Feb 2011 19:57:15 +0000 (11:57 -0800)
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/script/build_debian_image.sh

index eef0508f92e06678cedc67a8c3bc2d33db3043a5..556ebeda3e07fa73417ec5fba5b1ce9d6d9d01e2 100755 (executable)
@@ -77,6 +77,6 @@ cp ~/.ssh/authorized_keys $root/root/.ssh/authorized_keys
 chmod 600 $root/root/.ssh/authorized_keys
 
 # packages
-chroot $root apt-get -y --force-yes install ssh libcrypto++
+chroot $root apt-get -y --force-yes install ssh libcrypto\+\+ bind9-host
 
 exit 0