From 49098cf9c6055b85a4cd0dcb4a0d57fc003310f4 Mon Sep 17 00:00:00 2001 From: PS
Date: Sat, 7 Feb 2026 10:36:49 +0100 Subject: Add doc --- doc/source/system/vfs/mount-binfmt_misc.html | 81 ++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 doc/source/system/vfs/mount-binfmt_misc.html (limited to 'doc/source/system/vfs/mount-binfmt_misc.html') diff --git a/doc/source/system/vfs/mount-binfmt_misc.html b/doc/source/system/vfs/mount-binfmt_misc.html new file mode 100644 index 0000000..09cadc8 --- /dev/null +++ b/doc/source/system/vfs/mount-binfmt_misc.html @@ -0,0 +1,81 @@ + + +
+ + + +
+ goetia-linux
+
+ goetia
+
+ Software
+
+ 0x53.net
+
+ mount-binfmt_misc is a + oneshot service + set up the + binfmt_misc + virtual filesystem. +
++ When it is started: +
+/proc/sys/fs/binfmt_misc.
+ /etc/binfmt.d/*
+ #,
+ it tries to apply the line
+ as a registration string as defined
+ here
+ under the following conditions:
+ name fields are duplicated,
+ the last one processed will be applied.
+ + When it is stopped: +
+/proc/sys/fs/binfmt_misc.
+
+ A file /etc/binfmt.d/wine.conf
+ with the content :DOSWin:M::MZ::/bin/wine:
+ would make windows binaries be executed
+ using wine automatically.
+