diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /Documentation/mono.txt | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'Documentation/mono.txt')
-rw-r--r-- | Documentation/mono.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/mono.txt b/Documentation/mono.txt index d01ac605219..e8e1758e87d 100644 --- a/Documentation/mono.txt +++ b/Documentation/mono.txt | |||
@@ -38,11 +38,11 @@ if [ ! -e /proc/sys/fs/binfmt_misc/register ]; then | |||
38 | /sbin/modprobe binfmt_misc | 38 | /sbin/modprobe binfmt_misc |
39 | # Some distributions, like Fedora Core, perform | 39 | # Some distributions, like Fedora Core, perform |
40 | # the following command automatically when the | 40 | # the following command automatically when the |
41 | # binfmt_misc module is loaded into the kernel | 41 | # binfmt_misc module is loaded into the kernel. |
42 | # or during normal boot up (systemd-based systems). | ||
43 | # Thus, it is possible that the following line | 42 | # Thus, it is possible that the following line |
44 | # is not needed at all. | 43 | # is not needed at all. Look at /etc/modprobe.conf |
45 | mount -t binfmt_misc none /proc/sys/fs/binfmt_misc | 44 | # to check whether this is applicable or not. |
45 | mount -t binfmt_misc none /proc/sys/fs/binfmt_misc | ||
46 | fi | 46 | fi |
47 | 47 | ||
48 | # Register support for .NET CLR binaries | 48 | # Register support for .NET CLR binaries |