From 44ab3a83361737cda4394393da416f8d03d446ba Mon Sep 17 00:00:00 2001 From: Xiangyang Wu Date: Tue, 9 Nov 2021 10:46:20 +0800 Subject: [PATCH] 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 --- .deb.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.deb.conf b/.deb.conf index 9513d8368..781addf70 100644 --- a/.deb.conf +++ b/.deb.conf @@ -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"