]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - debian/zfs-dkms.templates
dch: release to unstable
[mirror_zfs-debian.git] / debian / zfs-dkms.templates
index b929822116bef05c07761c1626b04377d6430c18..b5f35a7600491a2f49734c1131502b11ec9791f2 100644 (file)
@@ -1,33 +1,40 @@
 Template: zfs-dkms/stop-build-for-32bit-kernel
 Type: boolean
 Default: true
-Description:  Stop the build since your running kernel is 32-bit?
- You are attempting to build ZFS on a 32-bit kernel.
- This is UNSUPPORTED and will likely cause crash and data corruption
- on your system.
+_Description: Abort building ZFS on a 32-bit kernel?
+ You are attempting to build ZFS against a 32-bit running kernel.
  .
- You are adviced to stop building ZFS and try this with a 64-bit kernel.
- .
- Keep in mind that if you decide to continue using ZFS on a 32-bit kernel
- is at your own risk.
-
+ Although possible, building in a 32-bit environment is unsupported and
+ likely to cause instability leading to possible data corruption. You
+ are strongly advised to use a 64-bit kernel; if you do decide to
+ proceed with using ZFS on this kernel then keep in mind that it is at
+ your own risk.
 
 Template: zfs-dkms/stop-build-for-unknown-kernel
 Type: boolean
 Default: true
-Description:  Stop the build since your running kernel is unknown?
Couldn't determine if your running kernel is 64-bit or 32-bit
- .
ZFS is not supported on 32-bit kernel.
+_Description: Abort building ZFS on an unknown kernel?
You are attempting to build ZFS against a running kernel that could not
+ be identified as 32-bit or 64-bit. If you are not completely sure that
the running kernel is a 64-bit one, you should probably stop the build.
  .
- Please, only continue with the build if you are completely sure
- that your running kernel is a 64-bit one.
- .
- If is not the case, or you are unsure please stop the current build
- .
- Running ZFS on 32-bit kernels is UNSUPPORTED and will likely cause
- crashes and data corruption on your system.
- You are adviced to stop building ZFS and try this with a 64-bit kernel.
+ Although possible, building in a 32-bit environment is unsupported and
+ likely to cause instability leading to possible data corruption. You
+ are strongly advised to use a 64-bit kernel; if you do decide to
+ proceed with using ZFS on this kernel then keep in mind that it is at
+ your own risk.
+
+Template: zfs-dkms/note-incompatible-licenses
+Type: note
+_Description: Licenses of ZFS and Linux are incompatible
+ ZFS is licensed under the Common Development and Distribution License (CDDL),
+ and the Linux kernel is licensed under the GNU General Public License Version 2
+ (GPL-2). While both are free open source licenses they are restrictive
+ licenses. The combination of them causes problems because it prevents using
+ pieces of code exclusively available under one license with pieces of code
+ exclusively available under the other in the same binary. 
  .
- Keep in mind that if you decide to continue using ZFS on a 32-bit kernel
- is at your own risk.
+ You are going to build ZFS using DKMS in such a way that they are not going to
+ be built into one monolithic binary. Please be aware that distributing both of
+ the binaries in the same media (disk images, virtual appliances, etc) may
+ lead to infringing.