Last active
March 22, 2021 00:48
-
-
Save kwilczynski/d166ffd65c7895f3daf4e6ecf27f6f84 to your computer and use it in GitHub Desktop.
dkms.conf for nullfs driver from https://github.com/abbbi/nullfsvfs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PACKAGE_NAME="nullfs" | |
| PACKAGE_VERSION="0.1.0" | |
| AUTOINSTALL="yes" | |
| REMAKE_INITRD="yes" | |
| BUILT_MODULE_LOCATION[0]="./" | |
| BUILT_MODULE_NAME[0]="nullfs" | |
| DEST_MODULE_LOCATION[0]="/kernel/fs" | |
| DEST_MODULE_NAME[0]="nullfs" | |
| CLEAN="make clean" | |
| MAKE="make BUILD_KERNEL=${kernelver}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment