add debian packaging files for zfs

This commit is contained in:
Dietmar Maurer
2015-01-10 15:51:28 +01:00
parent e7e8c3293d
commit 8d6c7ec564
43 changed files with 3360 additions and 89 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/sh
# Sub-test to exclude ZVOLs
set -e
partition="$1"
. /usr/share/os-prober/common.sh
if [ "$(stat -L -c %t "$partition")" = "e6" ] ; then
debug "$1 is a ZVOL; skipping"
exit 0
fi
# No ZVOLs found
exit 1