public key needs to be separate inside the iso

This commit is contained in:
Chiradeep Vittal 2010-09-08 17:02:28 -07:00
parent 1e6dbcbd3d
commit 308a4ef2ca
2 changed files with 2 additions and 0 deletions

View File

@ -525,6 +525,7 @@
<exclude name="**/wscript_build" />
</tarfileset>
</tar>
<copy file="${base.dir}/patches/systemvm/root/.ssh/authorized_keys" todir="${dist.dir}/"/>
<gzip destfile="${dist.dir}/patch.tgz" src="${dist.dir}/patch.tar"/>
<delete file="${dist.dir}/patch.tar"/>
</target>

View File

@ -110,6 +110,7 @@
<arg value="systemvm.iso"/>
<arg value="systemvm.zip"/>
<arg value="patch.tgz"/>
<arg value="authorized_keys"/>
</exec>
</target>