aboutsummaryrefslogtreecommitdiff
path: root/fedora-iot
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2019-07-23 14:19:50 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2019-07-23 14:19:50 +0300
commitfa1b288f475a26531a882efb6e445887bb1920ef (patch)
treebb8664aae57be6adcbc73e3b4f18c43af49c9a48 /fedora-iot
parent1fe8af0f8f2c606432831e192cf2441cf0f93402 (diff)
fedora-iot/builders.sh: create loop devices
install makedev tools which creates all /dev/loopX devices after instalation. Needed for losetup. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Change-Id: Ifda1a2fe575202591bd5adea5cf23f3e1e96c053
Diffstat (limited to 'fedora-iot')
-rwxr-xr-xfedora-iot/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora-iot/builders.sh b/fedora-iot/builders.sh
index b1191c44..31ab4c9c 100755
--- a/fedora-iot/builders.sh
+++ b/fedora-iot/builders.sh
@@ -21,7 +21,7 @@ if ! sudo DEBIAN_FRONTEND=noninteractive apt-get -q=2 update; then
sudo DEBIAN_FRONTEND=noninteractive apt-get -q=2 update || true
fi
-pkg_list="python-pexpect qemu-system-x86"
+pkg_list="python-pexpect qemu-system-x86 makedev"
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