Skip to content

Commit 45a67f4

Browse files
committed
chore: documented target query string
1 parent ce95cf8 commit 45a67f4

File tree

1 file changed

+1
-1
lines changed
  • dissect/target/plugins/os/unix

1 file changed

+1
-1
lines changed

dissect/target/plugins/os/unix/_os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def _add_mounts(self) -> None:
241241
self._add_nfs(dev_id, volume_name, mount_point)
242242
else:
243243
log.warning(
244-
"NFS mount %s:%s at %s is disabled, to enable pass --enable-nfs to local loader",
244+
"NFS mount %s:%s at %s is disabled. To enable, pass --enable-nfs to the local loader. Alternatively, add a query parameter to the target query string: local?force-directory-fs&enable-nfs", # noqa: E501
245245
dev_id,
246246
volume_name,
247247
mount_point,

0 commit comments

Comments
 (0)