zfs/config/kernel

12 lines
258 B
Plaintext
Raw Normal View History

2008-11-20 20:01:55 +00:00
# Default ZFS kernel mode configuration
UNAME=`uname -r | cut -d- -f1`
CONFIG=user
NAME=zfs
BRANCH=`awk '/[Bb]ranch:/ {print $$2}' META`
VERSION=`awk '/[Vv]ersion:/ {print $$2}' META`
RELEASE=`awk '/[Rr]elease:/ {print $$2}' META`
BUILDDIR=$NAME+$CONFIG