find first unused loop device

This commit is contained in:
Devaev Maxim
2020-02-20 11:12:00 +03:00
parent 6cd4a0a988
commit d1823afd04

View File

@@ -3,7 +3,7 @@
TESTENV_IMAGE ?= kvmd-testenv
TESTENV_HID ?= /dev/ttyS10
TESTENV_VIDEO ?= /dev/video0
TESTENV_LOOP ?= /dev/loop7
TESTENV_LOOP ?= $(shell losetup -f)
USTREAMER_MIN_VERSION ?= $(shell grep -o 'ustreamer>=[^"]\+' PKGBUILD | sed 's/ustreamer>=//g')