Add standalone-template.conf to rpm
This commit is contained in:
parent
6857612160
commit
3acbeb6d6f
@ -43,6 +43,7 @@ touch $RPM_BUILD_ROOT/%{dest_dir}/private.img # we will create the real file in
|
|||||||
cp clean_images/clean-volatile.img.tar $RPM_BUILD_ROOT/%{dest_dir}/clean-volatile.img.tar
|
cp clean_images/clean-volatile.img.tar $RPM_BUILD_ROOT/%{dest_dir}/clean-volatile.img.tar
|
||||||
|
|
||||||
cp vm_conf_files/appvm-template.conf $RPM_BUILD_ROOT/%{dest_dir}/appvm-template.conf
|
cp vm_conf_files/appvm-template.conf $RPM_BUILD_ROOT/%{dest_dir}/appvm-template.conf
|
||||||
|
cp vm_conf_files/standalone-template.conf $RPM_BUILD_ROOT/%{dest_dir}/standalone-template.conf
|
||||||
cp vm_conf_files/netvm-template.conf $RPM_BUILD_ROOT/%{dest_dir}/netvm-template.conf
|
cp vm_conf_files/netvm-template.conf $RPM_BUILD_ROOT/%{dest_dir}/netvm-template.conf
|
||||||
cp vm_conf_files/templatevm.conf $RPM_BUILD_ROOT/%{dest_dir}/templatevm.conf
|
cp vm_conf_files/templatevm.conf $RPM_BUILD_ROOT/%{dest_dir}/templatevm.conf
|
||||||
sed -e s/%TEMPLATENAME%/%{template_name}/g < vm_conf_files/templatevm.conf >\
|
sed -e s/%TEMPLATENAME%/%{template_name}/g < vm_conf_files/templatevm.conf >\
|
||||||
@ -138,6 +139,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%ghost %{dest_dir}/private.img
|
%ghost %{dest_dir}/private.img
|
||||||
%{dest_dir}/appvm-template.conf
|
%{dest_dir}/appvm-template.conf
|
||||||
%{dest_dir}/netvm-template.conf
|
%{dest_dir}/netvm-template.conf
|
||||||
|
%{dest_dir}/standalone-template.conf
|
||||||
%{dest_dir}/templatevm.conf
|
%{dest_dir}/templatevm.conf
|
||||||
%{dest_dir}/%{template_name}.conf
|
%{dest_dir}/%{template_name}.conf
|
||||||
%{dest_dir}/dispvm-prerun.sh
|
%{dest_dir}/dispvm-prerun.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user