deb-pkg: add acrn-hypervisor and acrn-board-inspector into debian package

1. "make clean && make BOARD=nuc11tnbi5  SCENARIO=shared" will generate the acrn debian package.
 2. "make clean && make board_inspector" will generate the acrn board_inspector debian package

Tracked-On: #6688
Signed-off-by: Hu Fenglin <fenglin.hu@intel.com>
This commit is contained in:
Hu Fenglin
2021-09-26 22:42:40 +08:00
committed by wenlingz
parent 856815bb5c
commit f65a87585b
25 changed files with 471 additions and 125 deletions

View File

@@ -19,7 +19,7 @@ cat>"${filename}"<<EOF
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set $uuid
multiboot2 /boot/acrn.bin root=PARTUUID=$partuuid i915.modeset=0 video=efifb:off
multiboot2 /boot/acrn.bin root=PARTUUID=$partuuid
}