fixed bootstrap image error

This commit is contained in:
Vladimir Kozhukalov 2012-06-13 10:52:20 +04:00
parent 7afd2a5510
commit ccf099a363
1 changed files with 2 additions and 6 deletions

View File

@ -83,8 +83,8 @@ EOF
echo "Injecting cookbooks and configs for chef-solo ..."
cp -r ../cookbooks ${INITRD_LOOP}/root
cp -r ../scripts ${INITRD_LOOP}/root
cp -r ${REPO}/cookbooks ${INITRD_LOOP}/root
cp -r ${REPO}/scripts ${INITRD_LOOP}/root
echo "Injecting crontab job to launch chef-solo ..."
cat > ${INITRD_LOOP}/etc/cron.d/chef-solo <<EOF
@ -96,7 +96,3 @@ mkdir -p ${INITRD_LOOP}/root/.ssh
cp ${REPO}/bootstrap/ssh/id_rsa.pub ${INITRD_LOOP}/root/.ssh/authorized_keys