diff options
author | Devaev Maxim <[email protected]> | 2020-02-20 11:12:00 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-02-20 11:12:00 +0300 |
commit | d1823afd04164c9c9d8195fd789ca707e47b6aae (patch) | |
tree | 4f2d6bf5760a07d338529c09925a1849d4dc727f /Makefile | |
parent | 6cd4a0a988da566243381d7387114f4cfe9eba5f (diff) |
find first unused loop device
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |