Initial Linux ZFS GIT Repo

This commit is contained in:
Brian Behlendorf
2008-11-20 12:01:55 -08:00
commit 34dc7c2f25
444 changed files with 187636 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Default ZFS lustre mode configuration
UNAME=`uname -r | cut -d- -f1`
CONFIG=lustre
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