nilfs-dev / nilfs2-kmod8

NILFS2 stand-alone kernel module for RHEL 8 clones

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

* Required packages

- gcc
- make
- binutils
- kernel-devel

You also need to install nilfs-utils package.  The garbage collector
of NILFS, snapshot management tools, man-pages, and other filesystem
administration tools, are included in the package.

* Supported Linux distributions

- CentOS 8 Stream
- AlmaLinux 8
- Rocky Linux 8

* How to get development sources

 $ cd your-work-directory
 $ git clone https://github.com/nilfs-dev/nilfs2-kmod8.git

* How to compile

 $ cd nilfs2-kmod8
 $ make

* How to install

 $ sudo make install

About

NILFS2 stand-alone kernel module for RHEL 8 clones

License:GNU General Public License v2.0


Languages

Language:C 99.6%Language:Makefile 0.4%