mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-03-18 11:04:12 +00:00
Add support to generate Debian packages. For details see debian/README. debian/changelog is manually intialized, ready to be updated by gbp dch command. Tracked-On: #6688 Signed-off-by: Helmut Buchsbaum <helmut.buchsbaum@opensource.tttech-industrial.com>
14 lines
188 B
Bash
14 lines
188 B
Bash
#!/bin/sh
|
|
|
|
# Exit on error
|
|
set -e
|
|
|
|
# Source debconf library.
|
|
. /usr/share/debconf/confmodule
|
|
|
|
# query board
|
|
db_input critical acrn-hypervisor/board || true
|
|
|
|
# Show interface
|
|
db_go || true
|