mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
# 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
|