Add script for builtin module building.
[zfs.git] / README.markdown
1 Native ZFS for Linux! ZFS is an advanced file system and volume manager
2 which was originally developed for Solaris. It has been successfully 
3 ported to FreeBSD and now there is a functional Linux ZFS kernel port
4 too. The port currently includes a fully functional and stable SPA, DMU,
5 and ZVOL with a ZFS Posix Layer (ZPL) on the way!
6
7     $ ./configure
8     $ make pkg
9
10 To copy the kernel code inside your kernel source tree for builtin
11 compilation:
12
13     $ ./configure --enable-linux-builtin --with-linux=/usr/src/linux-...
14     $ ./copy-builtin /usr/src/linux-...
15
16 Full documentation for building, configuring, and using ZFS can be
17 found at: <http://zfsonlinux.org>