]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Update for Documentation_binfmt_misc-document
authorRusty Russell <trivial@rustcorp.com.au>
Sun, 5 Oct 2003 04:31:25 +0000 (21:31 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Sun, 5 Oct 2003 04:31:25 +0000 (21:31 -0700)
From:  "ismail (cartman) donmez" <kde@myrealbox.com>

Documentation/binfmt_misc.txt

index e679460447f79bbac967c83ab0a7309e9d924aac..3de8edbe66d3dc54a7dcb2442a10f4f331c189f8 100644 (file)
@@ -41,6 +41,11 @@ There are some restrictions:
    offset+size(magic) has to be less than 128
  - the interpreter string may not exceed 127 characters
 
+To use binfmt_misc you have to mount it first. You can mount it with
+"mount -t binfmt_misc none /proc/sys/fs/binfmt_misc" command, or you can add
+a line "none  /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0" to your
+/etc/fstab so it auto mounts on boot.
+
 You may want to add the binary formats in one of your /etc/rc scripts during
 boot-up. Read the manual of your init program to figure out how to do this
 right.