Searched refs:ZFSVARS (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-bsdlabel.sh60 ZFSVARS="`echo $LINE | cut -d ' ' -f 4-20 |cut -d '(' -f 2- | cut -d ')' -f 1 | xargs`"
62 echo $ZFSVARS | grep -qE "^(disk|file|mirror|raidz(1|2|3)?|spare|log|cache):" 2>/dev/null
64 ZTYPE=`echo $ZFSVARS | cut -f1 -d:`
65 tmpVars=`echo $ZFSVARS | sed "s|$ZTYPE: ||g" | sed "s|$ZTYPE:||g"`
66 ZFSVARS=""
72 ZFSVARS="$ZFSVARS /dev/${i}"
74 ZFSVARS="$ZFSVARS $i"
81 VAR="${ACTIVEDEV} ${ZFSVARS}"
[all...]

Completed in 178 milliseconds