]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/README.Debian
Merge branch 'add_breaks_replaces_zfs_initramfs' into 'master'
[mirror_zfs-debian.git] / debian / README.Debian
1 zfs-linux for Debian
2
3 1. Feature flags are enabled by default.
4
5 This means that ZoL will now create pools in a way that is
6 incompatible with Solaris. If you need Solaris compatibility,
7 then create pools like this:
8
9 # zpool create -o version=28 tank ...
10
11 ZoL remains compatible with all other ZFS implementations derived
12 from Illumos.
13
14 2. Use zfs-initramfs with caution.
15
16 Debian Installer's root installation support is being worked on,
17 and zfs-initramfs is included here but still needs to be tested
18 in detail. Since faulty operation on filesystem can lead to major
19 loss of data, please use zfs-initramfs with caution.
20
21 -- Aron Xu <aron@debian.org> Sat, 3 Aug 2013 03:23:11 +0800