mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
test: read from the right device
This commit is contained in:
@@ -25,7 +25,7 @@ netdev=dummy17.10
|
||||
ip link add $netdev type dummy
|
||||
|
||||
blk="$(mktemp)"
|
||||
dd if=/dev/null of="$blk" bs=1M count=1
|
||||
dd if=/dev/zero of="$blk" bs=1M count=1
|
||||
loopdev="$(losetup --show -f "$blk")"
|
||||
|
||||
udevadm -h
|
||||
|
||||
Reference in New Issue
Block a user