Change in systemd dracut module exposed that thest NBD had a dependency
on a particular dracut module rule that is not needed in production.
Change the test and align it with other tests.
EOF
"$DRACUT" -l --keep --tmpdir "$TESTDIR" \
- -a "test-root ${USE_NETWORK}" \
+ -m "test-root" -a "${USE_NETWORK}" \
-I "ip grep sleep nbd-server chmod modprobe vi pidof" \
-i "${basedir}/modules.d/99base/dracut-lib.sh" "/lib/dracut-lib.sh" \
-i "${basedir}/modules.d/99base/dracut-dev-lib.sh" "/lib/dracut-dev-lib.sh" \