mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
fix systemvm start failure
This commit is contained in:
parent
fd944d646d
commit
28b6aa6b4c
@ -211,6 +211,7 @@
|
|||||||
<copy todir="${scripts.target.dir}">
|
<copy todir="${scripts.target.dir}">
|
||||||
<fileset dir="${scripts.dir}">
|
<fileset dir="${scripts.dir}">
|
||||||
<include name="**/*"/>
|
<include name="**/*"/>
|
||||||
|
<exclude name="**/fsimage.so"/>
|
||||||
<exclude name="**/.*" />
|
<exclude name="**/.*" />
|
||||||
<exclude name="**/network/domr/mth/" />
|
<exclude name="**/network/domr/mth/" />
|
||||||
<exclude name="**/network/domr/kvm/" />
|
<exclude name="**/network/domr/kvm/" />
|
||||||
@ -222,6 +223,10 @@
|
|||||||
<filterset>
|
<filterset>
|
||||||
<filter token="VERSION" value="${impl.version}"/>
|
<filter token="VERSION" value="${impl.version}"/>
|
||||||
</filterset>
|
</filterset>
|
||||||
|
|
||||||
|
<fileset dir="${scripts.dir}">
|
||||||
|
<include name="**/fsimage.so"/>
|
||||||
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user