diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-06-22 19:49:29 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-23 06:45:08 +0700 |
commit | 2944342c3153ed6b63b8835bae77fa7b37a9f7df (patch) | |
tree | 561c2d1bd35d03f3974f66e149c59efb8a85db2a /system | |
parent | ac43fa449d762f519792bba029c87ae7236d6b3f (diff) | |
download | slackbuilds-2944342c3153ed6b63b8835bae77fa7b37a9f7df.tar.gz |
system/binfmt-support: Update README.
Add info about kernel module and fstab.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system')
-rw-r--r-- | system/binfmt-support/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/binfmt-support/README b/system/binfmt-support/README index 69d913b229..3ee4608e5e 100644 --- a/system/binfmt-support/README +++ b/system/binfmt-support/README @@ -12,6 +12,13 @@ maintainers can register interpreters to be used with this module without having to worry about writing their own init.d scripts, and which sysadmins can use for a slightly higher-level interface to this module. +You will want to add an fstab entry for binfmt_misc: + + none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0 + +You will also want to make sure the binfmt_misc kernel module is loaded at +boot by adding '/sbin/modprobe binfmt_misc' to /etc/rc.d/rc.modules.local. + To have binfmt-support start and stop with your host, add to /etc/rc.d/rc.local: |