mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 12:42:54 +00:00
board_inspector.py fails to run on target with clean Ubuntu installation
Python package is not in debian package, so put its installation process in the acrn-board-inspector.postinst script Tracked-On: projectacrn#7498 Signed-off-by: Ziheng Li <ziheng.li@intel.com>
This commit is contained in:
parent
a8a9b2f40a
commit
54ff64acc1
@ -2,6 +2,8 @@
|
||||
#* Copyright (c) 2020 Intel Corporation SPDX-License-Identifier: BSD-3-Clause
|
||||
# postinst script for acrn-board-inspector
|
||||
|
||||
pip3 install xmlschema
|
||||
|
||||
set -e
|
||||
|
||||
filename='/etc/default/grub'
|
||||
|
Loading…
Reference in New Issue
Block a user