/nilfs2-kmod8

NILFS2 stand-alone kernel module for RHEL 8 clones

Primary LanguageCGNU General Public License v2.0GPL-2.0

* 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~~ (Reached EOL on May 31, 2024)
- 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