aboutsummaryrefslogtreecommitdiff
path: root/ledge-debian
diff options
context:
space:
mode:
authorChristophe Priouzeau <christophe.priouzeau@linaro.org>2019-11-25 15:53:03 +0100
committerChristophe Priouzeau <christophe.priouzeau@linaro.org>2019-11-25 15:54:08 +0100
commitcffe7d14749471d0cdebbb1f9f49eec353728956 (patch)
treec7d8bbc41d271a91fea818d2c573125b80b570fa /ledge-debian
parent264dc0f6d4fe4ff92cf6d07aff23ef8b729fe3ac (diff)
LEDGE-DEBIAN: add sgdisk and mkfs.vfat tools for debian generation
The raw script request to have sgdisk and mkfs.vfat tools. Change-Id: I55e5d559a97461db004adbc91c4e15a6cb2f2c52 Signed-off-by: Christophe Priouzeau <christophe.priouzeau@linaro.org>
Diffstat (limited to 'ledge-debian')
-rw-r--r--ledge-debian/builders-fai.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ledge-debian/builders-fai.sh b/ledge-debian/builders-fai.sh
index 212ea02f..83a1ed7c 100644
--- a/ledge-debian/builders-fai.sh
+++ b/ledge-debian/builders-fai.sh
@@ -17,7 +17,7 @@ if ! sudo DEBIAN_FRONTEND=noninteractive apt-get -q=2 update; then
sleep 15
sudo DEBIAN_FRONTEND=noninteractive apt-get -q=2 update || true
fi
-pkg_list="fai-server fai-setup-storage qemu-utils procps pigz kpartx u-boot-tools"
+pkg_list="fai-server fai-setup-storage qemu-utils procps pigz kpartx u-boot-tools dosfstools gdisk"
if ! sudo DEBIAN_FRONTEND=noninteractive apt-get -q=2 install -y ${pkg_list}; then
echo "INFO: apt install error - try again in a moment"
sleep 15