mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-01 03:45:29 +00:00
deb-pkg: update deb configuration to install serial.conf
When some communication vuarts are configured in hypervisor scenario files, serial.conf will be generated and should be installed in the etc folder of service VM. In this patch, update deb configuration file to install serial.conf into etc folder of service VM. Tracked-On: #6652 Signed-off-by: Xiangyang Wu <xiangyang.wu@intel.com>
This commit is contained in:
parent
ccdbf49927
commit
44ab3a8336
@ -55,6 +55,10 @@
|
||||
"source":"acrn-hypervisor/misc/packaging/100_ACRN",
|
||||
"target":"etc/grub.d/"
|
||||
},
|
||||
"serial.conf":{
|
||||
"source":"acrn-hypervisor/build/hypervisor/serial.conf",
|
||||
"target":"etc/"
|
||||
},
|
||||
"50-acrn.netdev":{
|
||||
"source":"acrn-hypervisor/misc/packaging/50-acrn.netdev",
|
||||
"target":"usr/lib/systemd/network"
|
||||
|
Loading…
Reference in New Issue
Block a user