Skip to content

Instantly share code, notes, and snippets.

@kwilczynski
Last active March 22, 2021 00:48
Show Gist options
  • Select an option

  • Save kwilczynski/d166ffd65c7895f3daf4e6ecf27f6f84 to your computer and use it in GitHub Desktop.

Select an option

Save kwilczynski/d166ffd65c7895f3daf4e6ecf27f6f84 to your computer and use it in GitHub Desktop.
dkms.conf for nullfs driver from https://github.com/abbbi/nullfsvfs
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