We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23196e commit 88d696aCopy full SHA for 88d696a
README.md
@@ -77,7 +77,7 @@ makes it behave like reading from /dev/zero:
77
To install the module for the running linux kernel use:
78
79
```
80
- # make -C /lib/modules/$(uname -r)/build M=$PWD modules_install INSTALL_MOD_DIR=fs
+ # make -C /lib/modules/$(uname -r)/build M=$PWD modules_install INSTALL_MOD_DIR=kernel/fs/nullfs
81
# depmod
82
83
0 commit comments