mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-27 03:19:35 +03:00
10 lines
223 B
Plaintext
10 lines
223 B
Plaintext
|
# Default ZFS user mode configuration
|
||
|
|
||
|
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
|