Add in fdisk and gpg into the Bullseye image

Fixes #9011.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
Saikrishna Arcot 2021-10-28 21:24:26 -07:00 committed by Saikrishna Arcot
parent 2847265bfd
commit 8080a92879

View File

@ -269,6 +269,7 @@ fi
## Note: parted is needed for partprobe in install.sh ## Note: parted is needed for partprobe in install.sh
## Note: ca-certificates is needed for easy_install ## Note: ca-certificates is needed for easy_install
## Note: don't install python-apt by pip, older than Debian repo one ## Note: don't install python-apt by pip, older than Debian repo one
## Note: fdisk and gpg are needed by fwutil
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install \ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install \
file \ file \
ifmetric \ ifmetric \
@ -321,6 +322,8 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
libprotobuf23 \ libprotobuf23 \
libgrpc++ \ libgrpc++ \
haveged \ haveged \
fdisk \
gpg \
jq jq
if [[ $CONFIGURED_ARCH == amd64 ]]; then if [[ $CONFIGURED_ARCH == amd64 ]]; then