projects
/
oweals
/
hwdata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2c4b58
)
- Use Podman instead of Docker
author
Vitezslav Crhonek
<vcrhonek@redhat.com>
Mon, 8 Jun 2020 10:28:37 +0000
(12:28 +0200)
committer
Vitezslav Crhonek
<vcrhonek@redhat.com>
Mon, 8 Jun 2020 10:28:37 +0000
(12:28 +0200)
check-usb-ids.sh
patch
|
blob
|
history
diff --git
a/check-usb-ids.sh
b/check-usb-ids.sh
index f9f2170756eb48256f18074e6900d68ad13d3878..17f9c050be4072e6ed64715b66ec9c10f3532f7b 100755
(executable)
--- a/
check-usb-ids.sh
+++ b/
check-usb-ids.sh
@@
-15,7
+15,7
@@
fi
tmpdir=`mktemp -d`
echo "Listing usb devices:"
-sudo
docker
run -t --privileged --rm=true \
+sudo
podman
run -t --privileged --rm=true \
-v `pwd`/usb.ids:/usr/share/hwdata/usb.ids:ro \
-v "$tmpdir:/mnt/out" \
vcrhonek/hwdata-check \